UploadAttachment.FileAttachment.FileAttachment C# (CSharp) 메소드

FileAttachment() 공개 메소드

public FileAttachment ( ) : System.IO
리턴 System.IO
        public FileAttachment()
        {
            OriginalName = string.Empty;
            Description = string.Empty;
        }
FileAttachment