Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            var startup = new StartupMaster();



            startup.LoadConfig();

            try
            {
                startup.Execute();
            }
            catch (Win32Exception)
            {
                Console.WriteLine("error occurred whilst executing one parameter");
            }


            Console.ReadKey();
        }
Ejemplo n.º 2
0
 public StartupCollectionModelView()
 {
     _master = new StartupMaster();
     _master.LoadConfig();
 }