Exemplo n.º 1
0
 public static System.String find(Woogie o)
 {
     return "Woogie";
 }
Exemplo n.º 2
0
 public static System.String find(Woogie o)
 {
     return("Woogie");
 }
Exemplo n.º 3
0
 public static System.String find(Woogie w, System.Object o)
 {
     return "Woogie-Object";
 }
Exemplo n.º 4
0
 public static System.String find(Woogie w, System.Object o)
 {
     return("Woogie-Object");
 }