Example #1
0
 static void Test(IDrawable obj)
 {
     obj.Draw();
     Thread.Sleep(1000);
     obj.Clear();
 }