Ejemplo n.º 1
0
 public PreferencesDialog(RecentFilesManager recentFilesManager, PreferencesSection section)
     : this(recentFilesManager)
 {
     tabControl1.SelectedIndex = (int) section;
 }
Ejemplo n.º 2
0
 public PreferencesDialog(RecentFilesManager recentFilesManager, PreferencesSection section) : this(recentFilesManager)
 {
     tabControl1.SelectedIndex = (int)section;
 }