コード例 #1
0
 internal BiosPartitionInfo(BiosPartitionTable table, BiosPartitionRecord record)
 {
     _table  = table;
     _record = record;
 }