public void Start(string filename) { if (!m_Config.WizardDone) { SetupAssistant dlg = new SetupAssistant(this); dlg.SetPosition(Gtk.WindowPosition.Center); dlg.ShowAll(); Application.Run(); return; } else { CheckDBFile(m_Config.DBFile); } InitializeApp(filename, false); Application.Run(); }
public void Start(string filename) { if (!m_Config.WizardDone) { SetupAssistant dlg = new SetupAssistant(this); dlg.SetPosition (Gtk.WindowPosition.Center); dlg.ShowAll (); Application.Run(); return; } else { CheckDBFile(m_Config.DBFile); } InitializeApp (filename, false); Application.Run(); }