Skip to content

Commit

Permalink
Remove format code menu
Browse files Browse the repository at this point in the history
  • Loading branch information
N-thony committed Sep 26, 2024
1 parent 74ffcce commit f900948
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
24 changes: 7 additions & 17 deletions instat/frmMain.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions instat/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2848,10 +2848,6 @@ Public Class frmMain
Private Sub mnuImportFromOpenAppBuilder_Click(sender As Object, e As EventArgs) Handles mnuImportFromOpenAppBuilder.Click
dlgImportOpenAppBuilder.ShowDialog()
End Sub

Private Sub FormatCodeToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles FormatCodeToolStripMenuItem.Click
ucrScriptWindow.FormatRCode()
End Sub
Private Sub mnuClimaticCheckDataDistances_Click(sender As Object, e As EventArgs) Handles mnuClimaticCheckDataDistances.Click
dlgDistances.ShowDialog()
End Sub
Expand Down

0 comments on commit f900948

Please sign in to comment.