陈嘉乐
2020-12-02 a3f51a59941dbe3138e71328baa8f6c7a3d0f9b0
HDL_ON/UI/UI2/3-Intelligence/Automation/AutomationMenuPage.cs
New file
@@ -0,0 +1,21 @@
using System;
using Shared;
using HDL_ON.UI.CSS;
namespace HDL_ON.UI
{
    public class AutomationMenuPage : FrameLayout
    {
        FrameLayout bodyView;
        public AutomationMenuPage()
        {
            bodyView = this;
        }
        public void LoadPage()
        {
            //new TopViewDiv(bodyView, Language.StringByID(StringId.Automation)).LoadTopView();
        }
    }
}