コード例 #1
0
 public Accounts_Add(Accounts acc)
 {
     InitializeComponent();
     this.accounts1 = acc;
 }
コード例 #2
0
ファイル: Main.cs プロジェクト: ahmdhoshan/PinFx
        private void button4_Click(object sender, EventArgs e)
        {
            Accounts fr = new Accounts();

            fr.Show();
        }