Coon.Compass.DtaGenerator.DtaGenerator.onFinishedFile C# (CSharp) Méthode

onFinishedFile() protected méthode

protected onFinishedFile ( FilepathEventArgs e ) : void
e FilepathEventArgs
Résultat void
        protected virtual void onFinishedFile(FilepathEventArgs e)
        {
            var handler = FinishedFile;
            if (handler != null)
            {
                handler(this, e);
            }
        }