Beispiel #1
0
 private void navigationButton_Click(object sender, EventArgs e)
 {
     if (nbtn == sender)
     {
         return;
     }
     nbtn.BtnStatus = false;
     nbtn           = sender as NavigationButton;
 }
Beispiel #2
0
 public NavigationBar2()
 {
     InitializeComponent();
     nbtn = this.navigationButton1;
     this.navigationButton1.BtnStatus = true;
 }