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

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

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

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