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