示例#1
0
文件: Askform.cs 项目: htynkn/vdh
 public static void init(String guide,int type)
 {
     if (instance == null)
     {
         instance = new Askform();
     }
     instance.FromGuide = guide;
     instance.FormType = type;
 }
示例#2
0
文件: Askform.cs 项目: yipeng0428/vdh
 public static void init(String guide, int type)
 {
     if (instance == null)
     {
         instance = new Askform();
     }
     instance.FromGuide = guide;
     instance.FormType  = type;
 }