예제 #1
0
파일: Supplement.cs 프로젝트: hol353/ApsimX
 /// <summary>
 /// Initializes a new instance of the <see cref="Supplement" /> class.
 /// </summary>
 public Supplement()
     : base()
 {
     theModel = new TSupplementModel();
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Supplement" /> class.
 /// </summary>
 public Supplement()
     : base()
 {
     theModel = new TSupplementModel();
 }