Example #1
0
        //list all commands here
        private void CreateCommands()

        {
            CommandHelp.CreateCommand();
            CommandLogin.CreateCommand();
            CommandQuit.CreateCommand();
        }
Example #2
0
        private void CreateLoggedOutCommands()

        {
            CommandLogin.CreateCommand();
        }