Example #1
0
 public StaticView()
 {
     this.name  = "StaticView1";
     mouseagent = new StaticViewMouseAgent(this);
     Undo       = new StaticViewUndo(this);
 }
Example #2
0
 public StaticView()
 {
     this.name = "StaticView1";
     mouseagent = new StaticViewMouseAgent(this);
     Undo = new StaticViewUndo(this);
 }