コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the OpenNETCF.Windows.Forms.FileBrowserDialog class.
 /// </summary>
 public FileBrowserDialog()
 {
     m_dialog = new FileBrowserForm();
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the OpenNETCF.Windows.Forms.FileBrowserDialog class.
 /// </summary>
 public FileBrowserDialog(PathInterface c)
 {
     m_dialog = new FileBrowserForm(c);
 }