ZigbeeApp/Shared/Phone/Common/Base/EditorCommonForm.cs
@@ -6,7 +6,7 @@ { /// <summary> /// 个人中心的共通基层画面,继承于此共通的画面,请使用AddForm()函数, /// 或者AddFromAndRemoveNowForm()函数实现添加画面,然后在各自的画面中, /// 或者AddFormAndCloseNowForm()函数实现添加画面,然后在各自的画面中, /// 实现一个ShowForm()的函数(参数由添加画面时,使用的函数的参数指定) /// </summary> public class EditorCommonForm : CommonFormBase