Exemplo n.º 1
0
 public static XimFile TryOpen(Stream filestream, FileFetchMode fetchMode, bool weakscan, out bool result)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static XimFile TryOpen(DirectoryInfo directory, FileFetchMode fetchMode, bool weakscan, out bool result)
 {
     throw new NotImplementedException();
 }