Ejemplo n.º 1
0
 public void Update(Timeslot slot)
 {
     _slot = slot;
     LoadHtmlString(FormatText());
 }
Ejemplo n.º 2
0
 public TimeslotViewController(Timeslot slot)
     : base()
 {
     _slot = slot;
 }