示例#1
0
 public static BBEnablerPool GetInstance()
 {
     if (instance == null)
     {
         instance = new BBEnablerPool();
     }
     return(instance);
 }
示例#2
0
 private void MainForm_Load(object sender, EventArgs e)
 {
     enablerPool = BBEnablerPool.GetInstance();
 }