Ejemplo n.º 1
0
 public void GetCursorPos(out int line, out int column)
 {
     PluginBase.GetCursorPos(out line, out column);
 }