zhangtaotao 7 vuotta sitten
vanhempi
commit
81277c78af
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      sample/EasyWeChatClient/EasyWeChatClient/MainWindow.xaml.cs

+ 1 - 1
sample/EasyWeChatClient/EasyWeChatClient/MainWindow.xaml.cs

@@ -36,7 +36,7 @@ namespace EasyWeChatClient
             CommonMethodCallBackHandlers.SendMsgCompleted += CommonMethodCallBackHandlers_SendMsgCompleted;
             new Task(() =>
             {
-                WeChat.InitWeiChatRobot();
+                WeChat.InitWeChatRobot();
             }).Start();
         }