Exemple #1
0
 public Form1()
 {
     InitializeComponent();
     invoker  = new CommandInvoker();
     document = new Document(this.textBox1);
 }