Esempio n. 1
0
        public void flatUserSuccessful()
        {
            this.Hide();
            MainScreen ms = new MainScreen(user, apartment);

            ms.ShowDialog();
            this.Dispose();
        }
Esempio n. 2
0
        // will be called by controller when successful

        public void buildingCreated()
        {
            this.Hide();
            MainScreen ms = new MainScreen(user, apartment);

            ms.ShowDialog();
            this.Dispose();
        }