File was renamed from HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListEditPage.cs |
| | |
| | | |
| | | namespace HDL_ON.UI |
| | | { |
| | | public partial class SceneFunctionListEditPage : FrameLayout |
| | | public partial class SceneFunctionListChoosePage : FrameLayout |
| | | { |
| | | FrameLayout bodyView; |
| | | |
| | |
| | | |
| | | Scene scene; |
| | | Action refreshAction; |
| | | public SceneFunctionListEditPage(Scene function,Action action) |
| | | public SceneFunctionListChoosePage(Scene function,Action action) |
| | | { |
| | | bodyView = this; |
| | | scene = function; |
| | |
| | | } |
| | | |
| | | //--------------------------------------- |
| | | public partial class SceneFunctionListEditPage |
| | | public partial class SceneFunctionListChoosePage |
| | | { |
| | | |
| | | void LoadEventList() |