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

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

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