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