Esempio n. 1
0
 public override void Execute()
 {
     try {
         fForm = new ImageViewerWin(this);
         Host.ShowWindow(fForm);
     } catch (Exception ex) {
         Logger.WriteError("GKImageViewerPlugin.Execute()", ex);
     }
 }
Esempio n. 2
0
 public override void Execute()
 {
     try {
         fForm = new ImageViewerWin(this);
         Host.ShowWindow(fForm);
     } catch (Exception ex) {
         Logger.LogWrite("GKImageViewerPlugin.Execute(): " + ex.Message);
     }
 }