App1.Data.SampleDataCommon.SetImage C# (CSharp) 메소드

SetImage() 공개 메소드

public SetImage ( String path ) : void
path String
리턴 void
        public void SetImage(String path)
        {
            this._image = null;
            this._imagePath = path;
            this.OnPropertyChanged("Image");
        }