public static string IdentifyPlugIn(int id)
 {
     if (self == null)
     {
         self = new ZpaPlugin();
     }
     return(PLUGIN_NAME);
 }
 private void ResultWindow_Closed(object sender, System.EventArgs e)
 {
     ZpaPlugin.ClearError();
 }