Пример #1
0
        protected virtual void OnCompilationStarted(EffectCompilerEventArgs e)
        {
            EventHandler <EffectCompilerEventArgs> handler = CompilationStarted;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Пример #2
0
 protected virtual void OnCompilationStarted(EffectCompilerEventArgs e)
 {
     EventHandler<EffectCompilerEventArgs> handler = CompilationStarted;
     if (handler != null)
     {
         handler(this, e);
     }
 }