Beispiel #1
0
 void AddBar(int stam)
 {
     if (bar != null)
     {
         bar.AddBar(stam);
     }
 }