Lab8 Zacharchenko Lab work 8 #14

Closed
shadowik wants to merge 4 commits from Lab8 into Lab7
Showing only changes of commit b3253504a6 - Show all commits

View File

@ -45,7 +45,7 @@ namespace Pizzeria
});
// todo Delete email to fine work
//var timer = new System.Threading.Timer(new TimerCallback(MailCheck!), null, 0, 100000);
var timer = new System.Threading.Timer(new TimerCallback(MailCheck!), null, 0, 100000);
}
catch (Exception ex)
{