| | |
| | | using HStation.Vmo; |
| | | using NPOI.HSSF.Record; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | public partial class SetXhsProjectMapLocationWizardPage : DevExpress.XtraEditors.XtraUserControl, Yw.WinFrmUI.IWizardPage<ImportXhsProjectViewModel> |
| | | { |
| | |
| | | /// </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(); |
| | | } |
| | | |