Example #1
0
        private void menuItemGoTo_Click(object sender, EventArgs e)
        {
            Goto gotoDialog = new Goto(editorControl);

            gotoDialog.ShowDialog();
        }
Example #2
0
 private void menuItemGoTo_Click(object sender, EventArgs e)
 {
     Goto gotoDialog = new Goto(editorControl);
     gotoDialog.ShowDialog();
 }