protected void SaveAsImage()
 {
     ICommand command = new SaveAsImageCommand (_Model, this, _LastFileName);
     command.Execute ();
 }
Exemple #2
0
        protected void SaveAsImage()
        {
            ICommand command = new SaveAsImageCommand(_Model, this, _LastFileName);

            command.Execute();
        }