Esempio n. 1
0
 public void Rejection(Aix a)
 {
 }
Esempio n. 2
0
 public virtual void Error(CAD cstingDevice, Aix crystall)
 {
 }
Esempio n. 3
0
 public override void Error(CAD cstingDevice, Aix crystall)
 {
     cstingDevice.Rejection(crystall);
     base.Error(cstingDevice, crystall);
 }
Esempio n. 4
0
 public void Rejection(Aix a)
 { }
Esempio n. 5
0
 public virtual void Error(CAD cstingDevice, Aix crystall)
 { }
Esempio n. 6
0
 public override void Error(CAD cstingDevice, Aix crystall)
 {
     cstingDevice.Rejection(crystall);
     base.Error(cstingDevice, crystall);
 }