Ejemplo n.º 1
0
 public void Start()
 {
     o_SQLManager = new SQLHandler();
     o_Notifyer = new TrayManager(this);
 }
Ejemplo n.º 2
0
 public void Dispose()
 {
     if (o_SQLManager != null) { o_SQLManager.Dispose(); o_SQLManager = null; }
     if (o_Notifyer != null) { o_Notifyer.Dispose(); o_Notifyer = null; }
 }