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