Esempio n. 1
0
 void ThreadMonitor(TypeThread type, StatusCode sc, String status)
 {
     if (type == TypeThread.SYNC)
     {
         this.status = status;
     }
 }
Esempio n. 2
0
 void ThreadMonitor(TypeThread type,StatusCode sc, String status)
 {
     if (type == TypeThread.SYNC)
     {
         this.status = status;
     }
 }