예제 #1
0
파일: NewForm.cs 프로젝트: YannikB/PawnPlus
        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
파일: NewForm.cs 프로젝트: YannikB/PawnPlus
 public NewForm(NewFormType type)
 {
     InitializeComponent();
     this.type = type;
 }
예제 #4
0
 public NewForm(NewFormType type)
 {
     InitializeComponent();
     this.type = type;
 }