Exemplo n.º 1
0
 public void DoGotoLine(object sender, EventArgs e)
 {
     if (notepad != null)
     {
         notepad.DoGotoLine(sender, e);
     }
 }
Exemplo n.º 2
0
 public void DoGotoLine(object sender, EventArgs e)
 {
     activePane.DoGotoLine(sender, e);
 }