Skip to content

Commit

Permalink
Code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
derekagorhom committed Oct 4, 2023
1 parent e523001 commit 749f3d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions instat/ucrScript.vb
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,10 @@ Public Class ucrScript
Private Const iTabIndexLog As Integer = 0
Private Const strComment As String = "Code run from Script Window"
Private strRInstatLogFilesFolderPath As String = Path.Combine(Path.GetFullPath(FileIO.SpecialDirectories.MyDocuments), "R-Instat_Log_files")
Private strRecentFilesPath As String

Friend WithEvents clsScriptActive As Scintilla
Friend WithEvents clsScriptLog As Scintilla

'Public Sub New(strAppDataPath As String)
' strRecentFilesPath = Path.Combine(strAppDataPath, "recent.mru")
'End Sub

Public Sub New()
' This call is required by the designer.
InitializeComponent()
Expand Down

0 comments on commit 749f3d1

Please sign in to comment.