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

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

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