예제 #1
0
파일: Results.cs 프로젝트: maziesmith/FYP
 public Results()
 {
     final_prot = new List <proteins>();
     times      = new execution_time();
 }
예제 #2
0
파일: Results.cs 프로젝트: maziesmith/FYP
 public Results(string qID, List <proteins> prt, execution_time t)
 {
     querryID   = qID;
     final_prot = prt;
     times      = t;
 }