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