Exemplo n.º 1
0
        public OpenFileWizardSummary(ChooseInputSource step1, MapDataField step2)
        {
            InitializeComponent();

            this.Step1 = step1;
            this.Step2 = step2;
        }
Exemplo n.º 2
0
 public MapDataField(ChooseInputSource step1)
 {
     InitializeComponent();
     this.Step1 = step1;
 }