Exemplo n.º 1
0
        static void Main(string[] args)
        {
            IImageInterface proxyImage = new ImageProxy();

            Console.WriteLine(proxyImage.GetImage());

            Console.WriteLine(proxyImage.GetImage());
            Console.ReadLine();
        }
Exemplo n.º 2
0
 private void init()
 {
     imgProxy = new ImageProxy();
 }