Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 24, 2017 13:55
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/7b8e03b7b2a275b5865d55ff56264eb5 to your computer and use it in GitHub Desktop.
Save bjoerntx/7b8e03b7b2a275b5865d55ff56264eb5 to your computer and use it in GitHub Desktop.
public Form1()
{
InitializeComponent();
textControl1.InputPositionChanged += TextControl1_InputPositionChanged;
textControl1.FrameSelected += TextControl1_FrameSelected;
textControl1.FrameDeselected += TextControl1_FrameDeselected;
textControl1.DrawingActivated += TextControl1_DrawingActivated;
textControl1.DrawingDeselected += TextControl1_DrawingDeselected;
m_rbtnLoad.Click += M_rbtnLoad_Click;
m_rbtnSave.Click += M_rbtnSave_Click;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment