Example #1
0
        public NewForm(NewFormType type, string path)
        {
            InitializeComponent();

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

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