Smobiler上海石磨_.NET移动开发平台

标题: Smobiler开发中生成事件之类的快捷键 [打印本页]

作者: Lucky    时间: 2019-9-20 11:37
标题: Smobiler开发中生成事件之类的快捷键
请问有没有Smobiler开发中生成事件之类的快捷键?好想有快捷键呀,看视频教程的时候,好像老师是用快捷键了,好想知道。

作者: oudi    时间: 2019-9-20 14:35
可以使用VS的代码片段

比如参考  https://www.cnblogs.com/mengfangchao/p/7808539.html
作者: Lucky    时间: 2019-9-20 14:40
oudi 发表于 2019-9-20 14:35
可以使用VS的代码片段

比如参考  https://www.cnblogs.com/mengfangchao/p/7808539.html

非常感谢回复,学到了小技巧。   
  ReadClientData("upwd", (object o, ClientDataResultHandlerArgs args) =>
                     {
                         if (string.IsNullOrEmpty(args.error))
                         {
                             Toast("密码为"+args.Value);
                         }
                     });
视频中第二个参数回调函数这个是自定义代码片段实现的吗?




欢迎光临 Smobiler上海石磨_.NET移动开发平台 (https://www.smobiler.com/) Powered by Discuz! X3.2