Beispiel #1
0
 /// <summary>
 /// Calçar Pé esquerdo
 /// </summary>
 /// <param name="shoe"></param>
 /// <param name="sock"></param>
 public static void PuttingOnLeftFootUsingLSP(LeftShoe shoe, Sock sock)
 {
     Console.WriteLine("Putting socks {0} on the left foot!", sock.Side);
     Console.WriteLine("Putting shoes {0} on the left foot!", shoe.Side);
 }
Beispiel #2
0
 /// <summary>
 /// Calçar Pé esquerdo
 /// </summary>
 /// <param name="shoe"></param>
 /// <param name="sock"></param>
 public static void PuttingOnLeftFootUsingLSP(LeftShoe shoe, Sock sock)
 {
     Console.WriteLine("Putting socks {0} on the left foot!", sock.Side);
     Console.WriteLine("Putting shoes {0} on the left foot!", shoe.Side);
 }