コード例 #1
0
ファイル: SignUp.cs プロジェクト: abdullah-raja/DBProject
        public void flatUserSuccessful()
        {
            this.Hide();
            MainScreen ms = new MainScreen(user, apartment);

            ms.ShowDialog();
            this.Dispose();
        }
コード例 #2
0
ファイル: SignUp.cs プロジェクト: abdullah-raja/DBProject
        // will be called by controller when successful

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

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