Example #1
0
 public void ShowMainWindow()
 {
     m_Window.Title = Utilities.GetShortFileName(m_Config.DBFile) + " - OCM";
     m_Window.Show();
     m_Window.UpdateMapButtons();
     m_Window.CacheMap.Reload();
 }