예제 #1
0
 private void drawInfo_Init()
 {
     this.dgv_DrawList.DataSource       = m_MaterailService.GetAssoDraw(this.m_product.MATERIALID, this.m_product.VERSION);
     this.ucPageDraw.SourceDataGridView = this.dgv_DrawList;
 }