Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the OpenNETCF.Windows.Forms.FileBrowserDialog class.
 /// </summary>
 public FileBrowserDialog()
 {
     m_dialog = new FileBrowserForm();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the OpenNETCF.Windows.Forms.FileBrowserDialog class.
 /// </summary>
 public FileBrowserDialog(PathInterface c)
 {
     m_dialog = new FileBrowserForm(c);
 }