예제 #1
0
 private void FindRectangleContains(IRectangle obj, IRectangle testObj)
 {
     Console.WriteLine("A rectangle contains of two others is:");
     obj.GetRectangleContainingTwoDate(testObj).Print();
 }