コード例 #1
0
 /// <summary>
 /// See <see cref="Composite.Core.IO.C1FileInfo"/>.
 /// </summary>
 /// <param name="path"></param>
 public C1FileInfoImplementation(string path)
 {
     _fileInfo = IOFacade.CreateC1FileInfo(path);
 }
コード例 #2
0
 /// <summary>
 /// See <see cref="Composite.Core.IO.C1FileInfo"/>.
 /// </summary>
 /// <param name="path"></param>
 public C1FileInfoImplementation(string path)
 {
     _fileInfo = IOFacade.CreateC1FileInfo(path);
 }