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

            base.Execute(args);
        }
示例#3
0
        public override void Execute(string[] args)
        {
            CLI_lite.Help_page_2();

            base.Execute(args);
        }
示例#4
0
        public override void Execute(string[] args)
        {
            CLI_lite.Shutdown();

            base.Execute(args);
        }
示例#5
0
        public override void Execute(string[] args)
        {
            CLI_lite.Clear();

            base.Execute(args);
        }