Exemplo n.º 1
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public EditablePanelBase(EditablePanelBase other)
 {
     BorderStyle = other.BorderStyle;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public EditablePanelBase(EditablePanelBase other)
 {
     BorderStyle = other.BorderStyle;
 }