Exemple #1
0
 public static void init(String guide,int type)
 {
     if (instance == null)
     {
         instance = new Askform();
     }
     instance.FromGuide = guide;
     instance.FormType = type;
 }
Exemple #2
0
 public static void init(String guide, int type)
 {
     if (instance == null)
     {
         instance = new Askform();
     }
     instance.FromGuide = guide;
     instance.FormType  = type;
 }