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