private void OnCallingSuperVisor(Object sender, CallingSuperVisorEventArgs e)
 {
     m_logger.Add("OnCallingSuperVisor: operand='{0}'", e.Operand);
 }
Esempio n. 2
0
 internal void OnCallingSuperVisor(Object sender, CallingSuperVisorEventArgs e)
 {
     m_logger.Add("OnCallingSuperVisor: Operand={0}", e.Operand);
 }