Exemple #1
0
        private void but_help_ItemClick(object sender, DevExpress.Xpf.Bars.ItemClickEventArgs e)
        {
            instruction ins = new instruction();

            ins.Show();
            ins.navBarAdm.IsExpanded = true;
            ins.barAdm2.IsSelected   = true;
        }
Exemple #2
0
        private void bt_help_Click(object sender, RoutedEventArgs e)
        {
            instruction ins = new instruction();

            ins.navBarReport.IsExpanded = true;
            ins.navBarRep2.IsSelected   = true;
            ins.Show();
        }