コード例 #1
0
ファイル: AutoRegistr.cs プロジェクト: LemKatherin/AutoLease
        private void AddCountryButton_Click(object sender, EventArgs e)
        {
            CountryToAdd countrytoadd = new CountryToAdd();

            countrytoadd.setAutoRegistrWin(this);
            countrytoadd.Show();
        }
コード例 #2
0
ファイル: AutoRegistr.cs プロジェクト: LemKatherin/AutoLease
        private void AddCountryButton_Click(object sender, EventArgs e)
        {
            CountryToAdd countrytoadd = new CountryToAdd();

            countrytoadd.ShowDialog(this);
        }