Skip to content

Commit

Permalink
Merge pull request #3026 from AlexSananka/master
Browse files Browse the repository at this point in the history
frmmain change
  • Loading branch information
dannyparsons authored May 5, 2017
2 parents 8b7b573 + 0591da3 commit 3ac59a3
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 99 deletions.
197 changes: 99 additions & 98 deletions instat/frmMain.Designer.vb

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

2 changes: 1 addition & 1 deletion instat/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ Public Class frmMain
dlgExportRObjects.ShowDialog()
End Sub

Private Sub ExportRWorkSpaceToolStripMenuItem_Click(sender As Object, e As EventArgs)
Private Sub ExportRWorkspaceToolStripMenuItem1_Click(sender As Object, e As EventArgs) Handles ExportRWorkspaceToolStripMenuItem1.Click
dlgExportRWorkspace.ShowDialog()
End Sub

Expand Down

0 comments on commit 3ac59a3

Please sign in to comment.