WJC
2020-03-25 98c998ca98ee014266f65a517d672df0cd97f244
ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideForm2.cs
@@ -54,7 +54,7 @@
            var btnKnwon = this.AddIKnwonButton();
            btnKnwon.ButtonClickEvent += (sender, e) =>
            {
                Phone.Device.Room.RoomManagement.Instance.CanClick = true;
                Phone.MainPage.ListRoomViewFrom.Instance.CanClick = true;
                this.RemoveFromParent();
            };
        }