예제 #1
0
파일: runme.cs 프로젝트: theojulienne/lucid
 static void jbaz( Foo f, int a, int b )
 {
     f.bar( a, b );
     f.boo( a, b );
     f.bee( a, b );
 }