..
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user