190806 chi 품목정보에서 카테고리 없는 자료도 보이게 함
품목정보 정렬 기능 추가 190731 로그기록화면(beta)추가
This commit is contained in:
@@ -24,9 +24,6 @@ namespace Project
|
||||
};
|
||||
this.MouseMove += (s1, e1) => { if (DateTime.Now > Pub.LastInputTime) Pub.LastInputTime = DateTime.Now; };
|
||||
this.FormClosed += __Closed;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void __Closed(object sender, FormClosedEventArgs e)
|
||||
@@ -43,7 +40,7 @@ namespace Project
|
||||
//this.dataSet1.Merge(Pub.mdm.dataSet);
|
||||
this.dataSet1.AcceptChanges();
|
||||
|
||||
this.chkLogIO.DataBindings.Add(new Binding("Checked", Pub.setting, "Log_IO", false, DataSourceUpdateMode.OnPropertyChanged));
|
||||
// this.chkLogIO.DataBindings.Add(new Binding("Checked", Pub.setting, "Log_IO", false, DataSourceUpdateMode.OnPropertyChanged));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user