public Results(OEEModel oee) { this.oee = oee; InitializeComponent(); calculateDisponibility(); calculatePerformance(); calculateQuality(); calculateResults(); }
public Quality(OEEModel oee) { this.oee = oee; InitializeComponent(); }
public Performance(OEEModel oee) { this.oee = oee; InitializeComponent(); }
public Disponibility() { this.oee = new OEEModel(); InitializeComponent(); }