Пример #1
0
        private void barNewCashFundRelease_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            CashReleaseDocument oForm = new CashReleaseDocument();

            oForm.ConnectionString = this.ConnectionString;
            oForm.ActiveUserID = this.ActiveUserID;

            oForm.ShowDialog();
        }
Пример #2
0
        private void barButtonItem9_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            CashReleaseDocument oForm = new CashReleaseDocument();

            oForm.ActiveUserID = this.ActiveUserID;
            oForm.ShowDialog();
        }