Example #1
0
        private void nbiList_Click(object sender, System.EventArgs e)
        {
            UCNVList a = new UCNVList();

            usnv.Content        = a;
            nbiList.IsEnabled   = false;
            nbiDetail.IsEnabled = true;
        }
Example #2
0
 public MainWindow()
 {
     InitializeComponent();
     a                   = new UCNVList();
     usnv.Content        = a;
     biNV.IsEnabled      = false;
     nbiDetail.IsEnabled = true;
 }