public PreferencesDialog(RecentFilesManager recentFilesManager, PreferencesSection section) : this(recentFilesManager) { tabControl1.SelectedIndex = (int) section; }
public PreferencesDialog(RecentFilesManager recentFilesManager, PreferencesSection section) : this(recentFilesManager) { tabControl1.SelectedIndex = (int)section; }