Exemple #1
0
 public Insert(Cursor position, string text)
 {
     this.position = position.Clone() as Cursor;
     this.text     = text;
 }
Exemple #2
0
 public Insert(Cursor position, string text)
 {
     this.position = position.Clone() as Cursor;
     this.text = text;
 }