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