Ejemplo n.º 1
0
        internal void OnStartDebug(EventArgs e)
        {
            //Invoke.
            StartDebug?.Invoke(this, e);

            if (compilerEvents.Contains("OnStartDebug"))
            {
                compilerEvents.Invoke("OnStartDebug");
            }
        }
Ejemplo n.º 2
0
 private void Debug()
 {
     StartDebug?.Invoke();
 }