Пример #1
0
 public Results(OEEModel oee)
 {
     this.oee = oee;
     InitializeComponent();
     calculateDisponibility();
     calculatePerformance();
     calculateQuality();
     calculateResults();
 }
Пример #2
0
 public Quality(OEEModel oee)
 {
     this.oee = oee;
     InitializeComponent();
 }
Пример #3
0
 public Performance(OEEModel oee)
 {
     this.oee = oee;
     InitializeComponent();
 }
Пример #4
0
 public Disponibility()
 {
     this.oee = new OEEModel();
     InitializeComponent();
 }