예제 #1
0
 public static string IAmPrinting(IInterface1 someobj)
 {
     return(someobj.ToString());
 }