Exemplo n.º 1
0
 public MsDataFile(MsDataScan[] scans, SourceFile sourceFile)
 {
     Scans      = scans;
     SourceFile = sourceFile;
 }
Exemplo n.º 2
0
 public MsDataFile(int numSpectra, SourceFile sourceFile)
 {
     Scans      = new MsDataScan[numSpectra];
     SourceFile = sourceFile;
 }