示例#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();
        }