Zhelovanov D.Y LabWork07 #9

Closed
Zhelovanov_Dmitrii wants to merge 7 commits from LabWork07 into LabWork06
Showing only changes of commit dfa0444ca5 - Show all commits

View File

@ -42,7 +42,7 @@ namespace BlacksmithWorkshop
});
// ñîçäàåì òàéìåð
var timer = new System.Threading.Timer(new TimerCallback(MailCheck!), null, 0, 100);
var timer = new System.Threading.Timer(new TimerCallback(MailCheck!), null, 0, 100000);
}
catch (Exception ex)
{