コード例 #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;
 }