Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 24, 2017 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/9851f6e481c01a253aeef56166a26a13 to your computer and use it in GitHub Desktop.
Save bjoerntx/9851f6e481c01a253aeef56166a26a13 to your computer and use it in GitHub Desktop.
Private Sub M_rbtnSave_Click(sender As Object, e As EventArgs)
textControl1.Save()
End Sub
Private Sub M_rbtnLoad_Click(sender As Object, e As EventArgs)
textControl1.Load()
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment