public virtual void Init() { if (!m_fStartAppOnce) { m_app = new TeAppInteract(); m_app.Start(); } }
public virtual void FixtureInit() { // set current view to DraftView in registry // RegistryKey key = Registry.CurrentUser.OpenSubKey( // @"Software\SIL\Fieldworks\Translation Editor", true); // key.SetValue("sideBarFwViewTabState", 2); // key.Close(); if (m_fStartAppOnce) { m_app = new TeAppInteract(); m_app.Start(); } }