private void btnDrawAST_Click(object sender, EventArgs e) { ValidateProgram(); gViewer.Graph = MyBMC.GetASTasGLEEGraph(); }