Exemplo n.º 1
0
        private void barBtnSatisYap_ItemPress(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            FormSatis SatisForm = new FormSatis();

            SatisForm.Show();
        }
Exemplo n.º 2
0
        private void btnSatisYonetim_Click(object sender, EventArgs e)
        {
            satisForm = new FormSatis();

            satisForm.Show();
        }