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

FilepathEventArgs() public méthode

public FilepathEventArgs ( string filepath ) : System
filepath string
Résultat System
        public FilepathEventArgs(string filepath)
        {
            _filepath = filepath;
        }
FilepathEventArgs