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