Ejemplo n.º 1
0
        private void LoadUpCharactersData()
        {
            TextConnection textcon = new TextConnection();

            availableCharacters = textcon.GetCharacter_All();
        }
        private void LoadUpCharData()
        {
            TextConnection textc = new TextConnection();

            currentCharacters = textc.GetCharacter_All();
        }