Coon.Compass.DtaGenerator.FilepathEventArgs.FilepathEventArgs C# (CSharp) Method

FilepathEventArgs() public method

public FilepathEventArgs ( string filepath ) : System
filepath string
return System
        public FilepathEventArgs(string filepath)
        {
            _filepath = filepath;
        }
FilepathEventArgs