예제 #1
0
 public PreferencesDialog(RecentFilesManager recentFilesManager, PreferencesSection section)
     : this(recentFilesManager)
 {
     tabControl1.SelectedIndex = (int) section;
 }
예제 #2
0
 public PreferencesDialog(RecentFilesManager recentFilesManager, PreferencesSection section) : this(recentFilesManager)
 {
     tabControl1.SelectedIndex = (int)section;
 }