private void bbiColor_ItemClick_1(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     frmColor color = new frmColor();
     color.Show();
 }
Exemple #2
0
        private void bbiColor_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            frmColor color = new frmColor();

            color.Show();
        }