Example #1
0
 public void Prepare()
 {
     StaticSQL.SetConnectionString("Server=DESKTOP-6CLE20J\\SQLEXPRESS;Database=Pokemon;Trusted_Connection=true;");
     PokemonList.Pokemons.Clear();
     PokemonList.FillPokemonList();
 }