コード例 #1
0
 public TableReader1007(tableType table, ArchiveVersion av, string mediaId, IFileSystem fileSystem)
 {
     _table      = table;
     _fileSystem = fileSystem;
     _stream     = _fileSystem.File.OpenRead(table.GetTableRowsPath(av.Info.Medias[mediaId]));
     _xmlReader  = XmlReader.Create(_stream);
 }
コード例 #2
0
 private BatteryStorage toStorage(tableType tt)
 {
     BatteryStorage bs = serviceObj.getStorage(tt.ID);
     return bs;
 }
コード例 #3
0
 public static void printTable(tableType t, uint xValue)
 {
     ;
 }