| | |
| | | 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; |
| | | } |
| | | /* if (!InputXhsProjectInfoWizardPage.AllowImport) |
| | | { |
| | | AllowNext = false; |
| | | AllowComplete = true; |
| | | } |
| | | else |
| | | { |
| | | AllowNext = true; |
| | | AllowComplete = false; |
| | | }*/ |
| | | PageStateChangedEvent.Invoke(); |
| | | } |
| | | |
| | |
| | | /// </summary> |
| | | public bool AllowNext |
| | | { |
| | | get; |
| | | set; |
| | | get { return true; } |
| | | set { } |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public bool AllowComplete |
| | | { |
| | | get; |
| | | set; |
| | | get { return false; } |
| | | set { } |
| | | } |
| | | |
| | | /// <summary> |