Exemplo n.º 1
0
        private void FillAllStates()
        {
            SQLConnections sql = new SQLConnections();
            var            x   = sql.GetAllStates();

            AllStates = x;
        }