Пример #1
0
 public IsotopeProfileHelper()
 {
     mobj_theoretical_dist = new TheoreticalDistributionDLL.clsTheoreticalDistribution();
     mobj_theoretical_dist.ChargeState = 1;
     mobj_theoretical_dist.N15 = false;
     mobj_theoretical_dist.Resolution = 100000;
     mobj_theoretical_dist.Threshold = 0;
     mobj_theoretical_dist.OutputFileName = "tmp.csv";
 }
Пример #2
0
 public IsotopeProfileHelper()
 {
     mobj_theoretical_dist                = new TheoreticalDistributionDLL.clsTheoreticalDistribution();
     mobj_theoretical_dist.ChargeState    = 1;
     mobj_theoretical_dist.N15            = false;
     mobj_theoretical_dist.Resolution     = 100000;
     mobj_theoretical_dist.Threshold      = 0;
     mobj_theoretical_dist.OutputFileName = "tmp.csv";
 }