예제 #1
0
파일: Model.cs 프로젝트: dorchard/mucell
 public void AddProperties(MathTree math)
 {
     this.math = math;
 }
예제 #2
0
파일: Model.cs 프로젝트: dorchard/mucell
 public new void AddProperties(MathTree stoichiometryMath)
 {
     this.math = stoichiometryMath;
 }