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