Exemple #1
0
        static void Main(string[] args)
        {
            Image img = new ProxyImage("C:\\temp\\image1.jpg");

            img.ShowImage();
            img.ShowImage();
        }
Exemple #2
0
 private void InitProxyImages()
 {
     proxyImage1 = new ProxyImage("naruto");
     proxyImage2 = new ProxyImage("narutovssasuke");
     proxyImage3 = new ProxyImage("narutovshinata");
     proxyImage4 = new ProxyImage("naruto_kage_bushin_no_jutsu");
 }