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

FilepathEventArgs() 공개 메소드

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