Пример #1
0
 static void Main(string[] args)
 {
     AwaiterHelper helper = new AwaiterHelper();
     helper.RunByMillis(1000).Wait();
     helper.RunBysecondes(2).Wait();
     helper.RunProcess("notepad").Wait();
 }
Пример #2
0
        static void Main(string[] args)
        {
            AwaiterHelper helper = new AwaiterHelper();

            helper.RunByMillis(1000).Wait();
            helper.RunBysecondes(2).Wait();
            helper.RunProcess("notepad").Wait();
        }