コード例 #1
0
ファイル: Form1.cs プロジェクト: lGaze/Compilador
 public Form1()
 {
     InitializeComponent();
     CompilerCore = new CompilerCore.Manager();
     textChanged  = false;
     alreadyExist = false;
     saveDialog   = new SaveFileDialog();
     openDialog   = new OpenFileDialog();
 }
コード例 #2
0
 public Form1()
 {
     InitializeComponent();
     compiler = new CompilerCore.Manager();
 }