Ejemplo n.º 1
0
        public NewForm(NewFormType type, string path)
        {
            InitializeComponent();

            this.type       = type;
            this.fileFolder = path;
        }
Ejemplo n.º 2
0
        public NewForm(NewFormType type, string path)
        {
            InitializeComponent();

            this.type = type;
            this.fileFolder = path;
        }
Ejemplo n.º 3
0
 public NewForm(NewFormType type)
 {
     InitializeComponent();
     this.type = type;
 }
Ejemplo n.º 4
0
 public NewForm(NewFormType type)
 {
     InitializeComponent();
     this.type = type;
 }