public static SlogManager Connect(Configuration cConfig) { SlogManager mgr = null; Store store = Store.GetStore(); if(store != null) { mgr = new SlogManager(store); } return(mgr); }
public GtkSlogger() { Init(); if(sMan == null) sMan = SlogManager.Connect(); if(abMan == null) abMan = Novell.AddressBook.Manager.Connect(); defaultPixbuf = new Pixbuf(Util.ImagesPath("sloghead.png")); Refresh(); }