Esempio n. 1
0
 protected bool OnIQ(IQ anIQ)
 {
     if (IQ != null)
     {
         IQEventArgs args = new IQEventArgs(anIQ);
         IQ(this, args);
         return(args.SkipReply);
     }
     return(false);
 }
Esempio n. 2
0
 protected bool OnIQ(IQ anIQ)
 {
     if (IQ != null)
     {
         IQEventArgs args = new IQEventArgs(anIQ);
         IQ(this, args);
         return args.SkipReply;
     }
     return false;
 }