using System; using Shared; using HDL_ON.UI.CSS; namespace HDL_ON.UI { /// /// 过户输入账号界面 /// public class TransferInputPage : FrameLayout { /// /// /// FrameLayout bodyView; public TransferInputPage() { bodyView = this; } /// /// /// public void LoadPage() { new TopViewDiv(bodyView, Language.StringByID(StringId.Transfer)).LoadTopView(); } } }