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/726fed50d3f09c6e94256f8ffc782911 to your computer and use it in GitHub Desktop.
Save bjoerntx/726fed50d3f09c6e94256f8ffc782911 to your computer and use it in GitHub Desktop.
private void M_rbtnSave_Click(object sender, EventArgs e)
{
textControl1.Save();
}
private void M_rbtnLoad_Click(object sender, EventArgs e)
{
textControl1.Load();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment