Esempio n. 1
0
        static void Main()
        {
            Repository.RepoInterface<Property> repo = new Repository<Property>();
            Validator val = new Validator(repo);
            Controller.Controller ctrl = new Controller.Controller(repo, val);
            //ctrl.readFromFile("properties.txt");

            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new HomeForm(ctrl));
        }
Esempio n. 2
0
        static void Main()
        {
            Repository.RepoInterface <Property> repo = new Repository <Property>();
            Validator val = new Validator(repo);

            Controller.Controller ctrl = new Controller.Controller(repo, val);
            //ctrl.readFromFile("properties.txt");

            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new HomeForm(ctrl));
        }