Exemplo n.º 1
0
 public static string Value()
 {
     return("L11 " + L12.Value() + L21.Value());
 }
Exemplo n.º 2
0
 public static void Main(string[] args)
 {
     Console.WriteLine("L0 " + L11.Value() + L12.Value());
 }