Exemple #1
0
 public Controller(EnableFunc ef)
 {
     this.enablecontrols = ef;
 }
 //Insert function into the queue
 public static void EnqueueFunc(EnableFunc s)
 {
     enableQueue.Enqueue(s);
 }
Exemple #3
0
 public Controller(EnableFunc ef)
 {
     this.enablecontrols = ef;
 }