Ejemplo n.º 1
0
 private void Casino_Lose(object sender, StatusEventArgs args)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void WinLoseObservant(object sender, StatusEventArgs args)
 {
     Console.Write(args.msg);
 }