Ejemplo n.º 1
0
 private static void OnCallingSuperVisor(Object sender, CallingSuperVisorEventArgs e)
 {
     if (CallingSuperVisor != null)
     {
         CallingSuperVisor(null, e);
     }
 }
Ejemplo n.º 2
0
 private void OnCallingSuperVisor(Object sender, CallingSuperVisorEventArgs e)
 {
     if (CallingSuperVisor != null)
     {
         CallingSuperVisor(this, e);
     }
 }
Ejemplo n.º 3
0
 private static void OnCallingSuperVisor(Word operand)
 {
     if (CallingSuperVisor != null)
     {
         CallingSuperVisorEventArgs e = new CallingSuperVisorEventArgs(operand);
         CallingSuperVisor(null, e);
     }
 }
Ejemplo n.º 4
0
 internal void OnCallingSuperVisor(Object sender, CallingSuperVisorEventArgs e)
 {
     //
 }