static void Main(string[] args) { Image img = new ProxyImage("C:\\temp\\image1.jpg"); img.ShowImage(); img.ShowImage(); }
private void InitProxyImages() { proxyImage1 = new ProxyImage("naruto"); proxyImage2 = new ProxyImage("narutovssasuke"); proxyImage3 = new ProxyImage("narutovshinata"); proxyImage4 = new ProxyImage("naruto_kage_bushin_no_jutsu"); }