Browse Source

fix 名称

zhangtaotao 5 years ago
parent
commit
81277c78af
1 changed files with 1 additions and 1 deletions
  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();
         }