This commit is contained in:
chi
2022-05-21 23:06:42 +09:00
parent 4b378f728e
commit a2a1e904c2
14 changed files with 8666 additions and 346 deletions

View File

@@ -18,6 +18,7 @@ namespace JobReportMailService
protected Task task = null;
protected int Delaytime = 60000;
protected Boolean taskwait = true;
public fChildBase()
{
InitializeComponent();
@@ -27,7 +28,7 @@ namespace JobReportMailService
private void fChildBase_Load(object sender, EventArgs e)
{
//taskwait = Pub.debugmode;
}
protected void addmsg(string m)