Beispiel #1
0
 public void AddValue(char value)
 {
     Value   = value;
     WasUsed = -1;
     Tc.NotifyChange();
     Thread.Sleep(50);
 }