Esempio n. 1
0
 void SubBar(int stam)
 {
     if (bar != null)
     {
         bar.SubBar(stam);
     }
 }