Ejemplo n.º 1
0
        public static void CombineCommand(string command)
        {
            Combine combine = new Combine();

            combine.CombineFiles(command);

            //BasicReport basereport;
            //if (type == "Asset")
            //    basereport = new AssetReport(name, path);
            //else if (type == "CAB")
            //    basereport = new CABReport(name, path);
            //else
            //{
            //    Console.WriteLine("{0} is not a supported type of report, please try again.", type);
            //    return;
            //}
            //Console.WriteLine("Created report {0}.", name1);
            //AssistantUserInterface.CommandLoop(gradeBook);
        }