Coon.Compass.DtaGenerator.DtaGenerator.onStartingFile C# (CSharp) 메소드

onStartingFile() 보호된 메소드

protected onStartingFile ( FilepathEventArgs e ) : void
e FilepathEventArgs
리턴 void
        protected virtual void onStartingFile(FilepathEventArgs e)
        {
            var handler = StartingFile;
            if (handler != null)
            {
                handler(this, e);
            }
        }