Exemplo n.º 1
0
 public void Increase()
 {
     Nr++;
     Console.WriteLine(Nr);
     Verifiers?.Invoke(this, new ExampleArgs("Property notification"));
     System.Threading.Thread.Sleep(5000);
     Increase();
 }