Esempio n. 1
0
        public CorpWeChat()
        {
            corpCore = new CorpCore();

            //PubRecEventClick.OnEventClick += DoClick;
            //PubRecEventSubscribe.OnEventSubscribe += DoSubscribe;
            //PubRecMsgText.OnMsgText += DoMsgText;
        }
Esempio n. 2
0
 static CorpWeChatShtvu()
 {
     corpCore = new CorpCore("Shtvu");
 }
Esempio n. 3
0
 static CorpWeChatSheczzx()
 {
     corpCore = new CorpCore("Sheczzx");
     CorpRecEventClick.OnEventClick += DoClick;
 }
Esempio n. 4
0
 static CorpWeChatShsmu()
 {
     corpCore = new CorpCore("Shsmu");
     CorpRecEventClick.OnEventClick += DoClick;
     CorpRecMsgText.OnMsgText       += DoMsgText;
 }