Skip to content

Instantly share code, notes, and snippets.

@swdevbali
Created December 8, 2011 22:49
Show Gist options
  • Save swdevbali/1449066 to your computer and use it in GitHub Desktop.
Save swdevbali/1449066 to your computer and use it in GitHub Desktop.
Private Sub MainWindow_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Text = Application.ProductName & " version " & Application.ProductVersion
Config.init()
enterView(Pages.Item("home"))
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment