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

            gViewer.Graph = MyBMC.GetCFGNextFunctionAsGLEEGraph();
        }