Beispiel #1
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public EditablePanelBase(EditablePanelBase other)
 {
     BorderStyle = other.BorderStyle;
 }
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public EditablePanelBase(EditablePanelBase other)
 {
     BorderStyle = other.BorderStyle;
 }