예제 #1
0
 public EditorToolStrip(IEditorToolStripDataSource dataSource, IEditorToolStripDelegate itemDelegate)
 {
     this.DataSource = dataSource;
     this.Delegate = itemDelegate;
     this.Reload();
 }
예제 #2
0
 public EditorToolStrip(IEditorToolStripDataSource dataSource, IEditorToolStripDelegate itemDelegate)
 {
     this.DataSource = dataSource;
     this.Delegate   = itemDelegate;
     this.Reload();
 }