.vs/HDL_APP_Project/xs/UserPrefs.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.vs/HDL_APP_Project/xs/UserPrefs.xml
@@ -1,8 +1,10 @@ <Properties StartupConfiguration="{D998E133-F0DD-4760-BE3C-461632F54DA4}|Default"> <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneSimulatorTarget.08FD445C-3EE8-4ED2-BF28-B42ADD0DA92C" /> <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/4-PersonalCenter/SmartSpeaker/SmartSpeakerListPage.cs"> <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget.00008030-00014C392121802E" /> <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs"> <Files> <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/SmartSpeaker/SmartSpeakerListPage.cs" Line="437" Column="36" /> <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/SmartSpeaker/SmartSpeakerListPage.cs" Line="194" Column="15" /> <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs" Line="1" Column="1" /> <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs" Line="315" Column="17" /> </Files> <Pads> <Pad Id="ProjectPad"> @@ -16,9 +18,8 @@ <Node name="UI" expanded="True"> <Node name="UI2" expanded="True"> <Node name="4-PersonalCenter" expanded="True"> <Node name="SmartSpeaker" expanded="True"> <Node name="SmartSpeakerListPage.cs" selected="True" /> </Node> <Node name="SmartSpeaker" expanded="True" /> <Node name="PersonalCenterPageBLL.cs" selected="True" /> </Node> </Node> </Node> @@ -34,7 +35,7 @@ <String>Shared.Droid.TouchID/Shared.Droid.TouchID.csproj</String> <String>Shared.IOS/Shared.IOS.csproj</String> </DisabledProjects> <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug|iPhone" /> <MonoDevelop.Ide.ItemProperties.HDL-ON__Android PreferredExecutionTarget="Android.Android_Accelerated_Oreo" /> <MonoDevelop.Ide.DebuggingService.Breakpoints> <BreakpointStore /> HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
@@ -309,29 +309,10 @@ { btnSmartSpeakerText.MouseUpEventHandler = (sender, e) => { //var page = new SmartSpeakerListPage(); //MainPage.BasePageView.AddChidren(page); //page.LoadPage(); //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; var mList = new List<string>(); mList.Add("广东"); mList.Add("湖南"); mList.Add("广西"); var mList2 = new List<List<string>>(); mList2.Add(new List<string> { "广州", "深圳", "东莞", "佛山", "惠州" }); mList2.Add(new List<string> { "长沙", "岳阳", "株洲", "株洲" }); mList2.Add(new List<string> { "桂林", "南宁", "玉林" }); //PickerView.ShowOneList(mList, null); PickerView.ShowSecondary(mList, mList2, (selectIndex1, selectIndex2) => { System.Console.WriteLine("selectIndex:" + mList[selectIndex1] + " - " + mList2[selectIndex1][selectIndex2]); //textView.Text = "selectIndex:" + mList[selectIndex1] + " - " + mList2[selectIndex1][selectIndex2]; }, 1, 3, "请选择0", "确认0", "取消0"); var page = new SmartSpeakerListPage(); MainPage.BasePageView.AddChidren(page); page.LoadPage(); MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; }; } #endregion