| | |
| | | /// </summary> |
| | | private FrameLayout bodyFrameLayout; |
| | | |
| | | |
| | | public Action action; |
| | | public Action<string> action; |
| | | |
| | | public CategorySceneSelectImgByLocal() |
| | | { |
| | |
| | | |
| | | EventHandler<MouseEventArgs> selectIcon = (sender, e) => |
| | | { |
| | | CategoryAddScene.ImagePath = icon.UnSelectedImagePath; |
| | | Room.AddRoomScene.ImagePath = icon.UnSelectedImagePath; |
| | | action?.Invoke(); |
| | | //CategoryAddScene.ImagePath = icon.UnSelectedImagePath; |
| | | //Room.AddRoomScene.ImagePath = icon.UnSelectedImagePath; |
| | | action?.Invoke(icon.UnSelectedImagePath); |
| | | action = null; |
| | | this.RemoveFromParent(); |
| | | |