This commit is contained in:
chikyun.kim
2018-12-08 15:12:15 +09:00
parent 3f68c3c5e8
commit 43841e6c52
43 changed files with 6312 additions and 1015 deletions

View File

@@ -53,14 +53,14 @@ namespace Project
this.bsModel.EndEdit();
this.Invalidate();
var f = new Dialog.fPassword();
if (f.ShowDialog() != DialogResult.OK) return;
var pass = f.tbInput.Text;
if (pass != Pub.setting.Password_Setup)
{
Util.MsgE("Password incorrect");
return;
}
//var f = new Dialog.fPassword();
//if (f.ShowDialog() != DialogResult.OK) return;
//var pass = f.tbInput.Text;
//if (pass != Pub.setting.Password_Setup)
//{
// Util.MsgE("Password incorrect");
// return;
//}
if(this.dataSet1.HasChanges())
{