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