public MainWindow() : this(new Builder("MainWindow.glade")) { this.lbInfo1.Text = $"{DateTime.Now} {this.info}"; this.dch = new DisplayChoice(ref lbItalia, ref lbRegioni, ref lbInfo2); dch.Update(ref lbItalia, ref lbRegioni, ref lbInfo2); }
public void UpdateState(DisplayChoice dch, ref Label lbRegioni, ref Label lbInfo2) { dch.CurrentState = new VarPositivi(_O, ref lbRegioni, ref lbInfo2); }
public void Previous(DisplayChoice dch, ref Label lbRegioni, ref Label lbInfo2) { dch.CurrentState = new TotaleCasi(_O, ref lbRegioni, ref lbInfo2); }
public void Next(DisplayChoice dch, ref Label lbRegioni, ref Label lbInfo2) { dch.CurrentState = new Deceduti(_O, ref lbRegioni, ref lbInfo2); }