Example #1
0
 public IMenustrip(IMenustrip Import)
 {
     this._buttons = new IButton();
     this.DefaultBlending();
     this.Apply(Import);
 }
Example #2
0
 public IMenustrip()
 {
     this._buttons = new IButton();
     this.DefaultBlending();
 }