Exemplo n.º 1
0
        static void Main(string[] args)
        {
            CommandContainer = new CommandContainer("pi", ProjectInfo.GetCurrent());
            CommandContainer.CacheCommands(Assembly.GetExecutingAssembly());

            PrintWelcome();

            CommandContainer.PrintProjectInfo();
            CommandContainer.Run(args);
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            Http.RegisterSystemLogin(true);
            Http.RegisterProxy(true);

            CommandContainer = new CommandContainer("nx", ProjectInfo.GetCurrent());
            CommandContainer.CacheCommands(Assembly.GetExecutingAssembly());

            PrintWelcome();
            CheckDownloadDirectory();

            CommandContainer.PrintProjectInfo();
            CommandContainer.Run(args);
        }