示例#1
0
        static void Main(string[] args)
        {
            IImageInterface proxyImage = new ImageProxy();

            Console.WriteLine(proxyImage.GetImage());

            Console.WriteLine(proxyImage.GetImage());
            Console.ReadLine();
        }
示例#2
0
 private void init()
 {
     imgProxy = new ImageProxy();
 }