This commit is contained in:
chikyun.kim
2018-10-02 17:33:28 +09:00
parent c49f039d03
commit 340a6fd3ef
26 changed files with 1275 additions and 520 deletions

View File

@@ -341,6 +341,11 @@ namespace Project
private void toolStripButton1_Click(object sender, EventArgs e)
{
if(FCOMMON.info.Login.level < 10)
{
FCOMMON.Util.MsgE("테스트 기능이므로 개발자만 사용가능 합니다.");
return;
}
FCM0000.fSendMail f = new FCM0000.fSendMail();
f.MdiParent = this;
f.Show();
@@ -373,5 +378,10 @@ namespace Project
f.MdiParent = this;
f.Show();
}
private void toolStripButton2_Click(object sender, EventArgs e)
{
nRPurchaseToolStripMenuItem.PerformClick();
}
}
}