コード例 #1
0
 public static string IdentifyPlugIn(int id)
 {
     if (self == null)
     {
         self = new ZpaPlugin();
     }
     return(PLUGIN_NAME);
 }
コード例 #2
0
 private void ResultWindow_Closed(object sender, System.EventArgs e)
 {
     ZpaPlugin.ClearError();
 }