瀏覽代碼

fix 名称

zhangtaotao 6 年之前
父節點
當前提交
81277c78af
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
         }