메일백업

This commit is contained in:
chi
2020-05-07 17:19:27 +09:00
parent ea20c93c27
commit f68c0a0ea4
18 changed files with 1289 additions and 438 deletions

View File

@@ -903,5 +903,12 @@ namespace Project
AddForm(formkey, new FPM0000.fSPMaster());
}
private void mailBackupToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new FCM0000.Mail.fMailBackup();
f.TopMost = true;
f.Show();
}
}
}