Example #1
0
 public static QueueControl GetInstance()
 {
     if (Instance == null)
     {
         Instance = new QueueControl();
     }
     return(Instance);
 }
Example #2
0
 public static QueueControl GetInstance()
 {
     if (Instance == null) { Instance = new QueueControl(); }
     return Instance;
 }