Exemplo n.º 1
0
 public static void INIT()
 {
     if (!PMFAT.Initialize())
     {
         CLI_lite.InitializeLite();
     }
 }
Exemplo n.º 2
0
        public override void Execute(string[] args)
        {
            CLI_lite.Authors();

            base.Execute(args);
        }
Exemplo n.º 3
0
        public override void Execute(string[] args)
        {
            CLI_lite.Help_page_2();

            base.Execute(args);
        }
Exemplo n.º 4
0
        public override void Execute(string[] args)
        {
            CLI_lite.Shutdown();

            base.Execute(args);
        }
Exemplo n.º 5
0
        public override void Execute(string[] args)
        {
            CLI_lite.Clear();

            base.Execute(args);
        }