Beispiel #1
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public EditablePanel(EditablePanel other)
     : base(other)
 {
 }
Beispiel #2
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public EditablePanel(EditablePanel other)
     : base(other)
 {
 }