Пример #1
0
 private void Main()
 {
     var custom = new Custom(Scheduler.Immediate);
     custom.SimpleMethod();
 }