Example #1
0
 public void ChangeA()
 {
     while (monitor.End())
     {
         monitor.ChangeA();
     }
 }
Example #2
0
 public void PrintToConsole()
 {
     while (monitor.End())
     {
         monitor.PrintValues();
     }
 }