Beispiel #1
0
 public static ImageTool CreateInstance()
 {
     if (imageTool_0 == null)
     {
         imageTool_0 = new ImageTool();
     }
     return(imageTool_0);
 }
Beispiel #2
0
 public string HQCode(byte[] bytes, int imagetype)
 {
     try
     {
         return(ImageTool.CreateInstance().hqCode(bytes, imagetype));
     }
     catch
     {
         return("");
     }
 }
Beispiel #3
0
 public Get51Code()
 {
     ImageTool.CreateInstance();
 }