Example #1
0
        public void DoSomething()
        {
            IImageProxy imageProxy = new ActualImage();

            imageProxy.LoadImage();
            imageProxy.PrintImage();
        }