Exemplo n.º 1
0
 public EditorView()
 {
     InitializeComponent();
     instructions.Tag = this;
     EndInstruction   = new Editor.DummyInstruction()
     {
         Height = 150
     };
 }