コード例 #1
0
ファイル: popupAccounts.cs プロジェクト: MarwaAlhazmi/EasyAcc
        private void tbSearch_TextChanged(object sender, EventArgs e)
        {
            EnumerableRowCollection <AccountsViewRow> accountsViewRows;
            Func <AccountsViewRow, bool> func1 = null;
            Func <AccountsViewRow, bool> func2 = null;
            popupAccounts popupAccount         = new popupAccounts();

            popupAccount.sender = sender;
            if (this.rbName.Checked)
            {
            }
            else
            {
            }
        }
コード例 #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     this._popAcc = new popupAccounts();
     this._popAcc.withdrawalForm = this;
     this._popAcc.Show();
 }