Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalis95 committed Aug 21, 2024
1 parent 4bcacf3 commit 67ee34e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 22 deletions.
52 changes: 30 additions & 22 deletions instat/frmMain.Designer.vb

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

3 changes: 3 additions & 0 deletions instat/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2848,4 +2848,7 @@ Public Class frmMain
Process.Start("https://ecampus.r-instat.org/course/view.php?id=14")
End Sub

Private Sub ImportFromOpenAppBuilderToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ImportFromOpenAppBuilderToolStripMenuItem.Click
dlgImportOpenAppBuilder.ShowDialog()
End Sub
End Class

0 comments on commit 67ee34e

Please sign in to comment.