Exemplo n.º 1
0
 private void Application_HashChanged(object sender, HashChangedEventArgs e)
 {
     this.listBox1.SelectedIndex = this.listBox1.FindString(e.Hash);
 }
Exemplo n.º 2
0
 private void Application_HashChanged(object sender, HashChangedEventArgs e)
 {
     EditUser(e.Hash);
 }
Exemplo n.º 3
0
 private static void Application_HashChanged(object sender, HashChangedEventArgs e)
 {
 }