예제 #1
0
 //
 public static void Do(IColor first, IColor second)
 {
     first.DoFirst(second);
 }
예제 #2
0
        //

        public static void Do(IColor first, IColor second)
        {
            first.DoFirst(second);
        }