예제 #1
0
        public OpenFileWizardSummary(ChooseInputSource step1, MapDataField step2)
        {
            InitializeComponent();

            this.Step1 = step1;
            this.Step2 = step2;
        }
예제 #2
0
 public MapDataField(ChooseInputSource step1)
 {
     InitializeComponent();
     this.Step1 = step1;
 }