Beispiel #1
0
 public VertexEditor()
 {
     InitializeComponent();
     //uvIndex.SelectedIndex = 0;
     colorIndex.SelectedIndex = 0;
     _dlgColor = new GoodColorDialog();
 }
Beispiel #2
0
 public AttributeGrid()
 {
     InitializeComponent();
     _dlgColor = new GoodColorDialog();
 }