Esempio n. 1
0
 static public WeChatTool getInstance()
 {
     if (_ins == null)
     {
         _ins = new WeChatTool();
     }
     return(_ins);
 }
Esempio n. 2
0
 public void WeChatInit(string App_ID, string Schemes)
 {
     WeChatTool.AppID   = App_ID;
     WeChatTool.Schemes = Schemes;
     weChatTool         = WeChatTool.getInstance();
 }