Ejemplo n.º 1
0
 private void Main_Load(object sender, EventArgs e)
 {
     if (File.Exists(Dictionary.BaseName))     // Если база создана, то выполняем
     {
         _dictionary = Dictionary.Load();
         if (_dictionary.DictionaryList.Count > 0)
         {
             RefreshTable();
         }
     }
 }