프로젝트정보에 major 추가
This commit is contained in:
@@ -23,6 +23,7 @@ namespace FPJ0000
|
||||
this.chkCostSave.Checked = pidx_.bCost;
|
||||
this.chkFanout.Checked = pidx_.bFanOut;
|
||||
this.chkHigh.Checked = pidx_.bHighlight;
|
||||
this.chkMajor.Checked = pidx_.bmajoritem;
|
||||
}
|
||||
|
||||
void ProjectsHistory_TableNewRow(object sender, DataTableNewRowEventArgs e)
|
||||
@@ -268,6 +269,7 @@ namespace FPJ0000
|
||||
|
||||
this.dr.bCost = chkCostSave.Checked;
|
||||
this.dr.bHighlight = chkHigh.Checked;
|
||||
this.dr.bmajoritem = chkMajor.Checked;
|
||||
this.dr.bFanOut = chkFanout.Checked;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user