示例#1
0
        private void barButtonItem11_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            ادارة_خصوم_الامر tmr = new ادارة_خصوم_الامر();

            tmr.ShowDialog();
        }
示例#2
0
        private void accordionControlElement16_Click(object sender, EventArgs e)
        {
            ادارة_خصوم_الامر tmr = new ادارة_خصوم_الامر();

            tmr.ShowDialog();
        }
示例#3
0
        private void simpleButton2_Click(object sender, EventArgs e)
        {
            ادارة_خصوم_الامر f2 = new ادارة_خصوم_الامر();

            f2.ShowDialog();
        }