Esempio n. 1
0
 public DockChangedEventArgs(DockChangedType theDockChangedType, object thisControl,string name=null)
     : base()
 {
     DockChangedType = theDockChangedType;
     Control = thisControl;
     this.Name = name;
 }
Esempio n. 2
0
 public DockChangedEventArgs(DockChangedType theDockChangedType, object thisControl, string name = null)
     : base()
 {
     DockChangedType = theDockChangedType;
     Control         = thisControl;
     this.Name       = name;
 }