| | |
| | | /// </summary> |
| | | public async void InitialPage(ImportXhsProjectViewModel t) |
| | | { |
| | | /* if (_isInitialize) |
| | | { |
| | | return; |
| | | }*/ |
| | | _vm = t; |
| | | //_isInitialize = true; |
| | | this.mapSetSimpleMarkerContainer1.LoadCompletedEvent += MapSetSimpleMarkerContainer1_LoadCompletedEvent; |
| | | this.mapSetSimpleMarkerContainer1.SetMarkerEvent += MapSetSimpleMarkerContainer1_SetMarkerEvent; |
| | | await this.mapSetSimpleMarkerContainer1.InitialContainer(); |
| | | /* if (!InputXhsProjectInfoWizardPage.AllowImport) |
| | | { |
| | | AllowNext = false; |
| | | AllowComplete = true; |
| | | } |
| | | else |
| | | { |
| | | AllowNext = true; |
| | | AllowComplete = false; |
| | | }*/ |
| | | PageStateChangedEvent.Invoke(); |
| | | } |
| | | |