Exemple #1
0
        private void btnBuildCFG_Click(object sender, EventArgs e)
        {
            ValidateProgram();

            gViewer.Graph = MyBMC.GetCFGasGLEEGraph();
        }