public BorderSidesEditorUI(BorderSidesEditor editor)
 {
     this.editor = editor;
     this.End();
     this.InitializeComponent();
     base.Size = base.PreferredSize;
 }
Example #2
0
 public BorderSidesEditorUI(BorderSidesEditor editor)
 {
     this.editor = editor;
     End();
     InitializeComponent();
     Size = PreferredSize;
 }
Example #3
0
 public BorderSidesEditorUI(BorderSidesEditor editor)
 {
     this.editor = editor;
     this.End();
     this.InitializeComponent();
     base.Size = base.PreferredSize;
 }