Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BenchViewModel" /> class.
 /// </summary>
 /// <param name="pos">The position.</param>
 /// <param name="id">The identifier.</param>
 /// <param name="svmList">The SVM list.</param>
 public BenchViewModel(VRPosition pos, int id, Collection<SeatViewModel> svmList)
 {
     this.benchModel = new BenchModel(pos, id);
     this.Model = this.benchModel;
     this.SeatList = svmList;
 }
Esempio n. 2
0
 public MyHtmlBuilder(BenchModel model)
 {
     _model = model;
 }