Esempio n. 1
0
 void _QueueManager_Que_IsEmpty()
 {
     if (Que_IsEmpty != null)
     {
         Que_IsEmpty.Invoke();
     }
 }
Esempio n. 2
0
 void _DataAccessLayer_Que_IsEmpty()
 {
     if (Que_IsEmpty != null)
     {
         Que_IsEmpty.Invoke();
     }
 }