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