public OpenFileWizardSummary(ChooseInputSource step1, MapDataField step2) { InitializeComponent(); this.Step1 = step1; this.Step2 = step2; }
public MapDataField(ChooseInputSource step1) { InitializeComponent(); this.Step1 = step1; }