예제 #1
0
파일: IDEForm.cs 프로젝트: TKT2016/ZLOGO
 public IDEForm()
 {
     InitializeComponent();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.Text           = "无标题 - " + EditorName;
     compileMsgForm      = new CompileMsgForm();
 }