| | |
| | | { |
| | | Tag = "PirView"; |
| | | } |
| | | public void Show(List<Library> libraryList,string spk) |
| | | |
| | | public void Show(List<Brand> brandList,List<Library> libraryList,string spk) |
| | | { |
| | | |
| | | |
| | | #region 界面布局 |
| | | this.BackgroundColor = CSS.CSS_Color.viewMiddle; |
| | | PirDevice.View.TopView topView = new View.TopView(); |
| | | topView.topNameBtn.TextID = StringId.pipeiyaokongqi; |
| | | this.AddChidren(topView.FLayoutView()); |
| | | topView.clickBackBtn.MouseUpEventHandler += (sender, e) => { this.RemoveFromParent(); }; |
| | | topView.clickBackBtn.MouseUpEventHandler += (sender, e) => |
| | | { |
| | | BrandList brandObj = new BrandList(); |
| | | brandObj.Show(brandList, spk); |
| | | this.RemoveFromParent(); |
| | | |
| | | }; |
| | | |
| | | FrameLayout fLayout = new FrameLayout |
| | | { |