コード例 #1
0
        private void Button_Click_5(object sender, RoutedEventArgs e)
        {
            this.Hide();
            TeamWindow teamWindow = new TeamWindow(this);

            teamWindow.Show();
        }
コード例 #2
0
        public TeamSponsorshipWindow(TeamWindow teamWindow)
        {
            InitializeComponent();
            string ConnectionString = ConfigurationManager.ConnectionStrings["dataConnection"].ConnectionString;

            connection      = new SqlConnection(ConnectionString);
            this.teamWindow = teamWindow;
        }