Пример #1
0
 static void jbaz( Foo f, int a, int b )
 {
     f.bar( a, b );
     f.boo( a, b );
     f.bee( a, b );
 }