...
This commit is contained in:
@@ -865,9 +865,7 @@ namespace Project
|
||||
|
||||
private void 메일전송ToolStripMenuItem1_Click(object sender, EventArgs e)
|
||||
{
|
||||
string formkey = "AUTOMAIL";
|
||||
if (!ShowForm(formkey))
|
||||
AddForm(formkey, new FCM0000.Mail.fAutoSendSetting());
|
||||
|
||||
}
|
||||
|
||||
private void 메일내역ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
@@ -1070,5 +1068,24 @@ namespace Project
|
||||
if (!ShowForm(formkey))
|
||||
AddForm(formkey, new FPJ0000.fOTConfirm());
|
||||
}
|
||||
|
||||
private void 휴일연장근무집계표출력ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
var f = new FPJ0000.JobReport_.rJobReportOT();
|
||||
f.Show();
|
||||
}
|
||||
|
||||
private void 메일자동발신테스트ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
string formkey = "AUTOMAIL";
|
||||
if (!ShowForm(formkey))
|
||||
AddForm(formkey, new FCM0000.Mail.fAutoSendSetting());
|
||||
}
|
||||
|
||||
private void 출근부출력ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
var f = new FBS0000.WorkTable();
|
||||
f.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user