示例#1
0
 protected override void OnAfterLoadOption(EventArgs e)
 {
     base.OnAfterLoadOption(e);
     if (this.silacFile.FullName == "")
     {
         this.silacFile.FullName = new FileInfo(FileUtils.AppPath() + "\\Forward_Lys_isotope.ini").FullName;
     }
 }
示例#2
0
 public EmassProfileBuilder() : this(FileUtils.AppPath() + "\\ISOTOPE.DAT")
 {
 }
示例#3
0
 private static string GetProteaseFile()
 {
     return(FileUtils.AppPath() + "/proteases.xml");
 }