Beispiel #1
0
 void pathDisplay_PathClicked(object sender, PathClickEventArgs e)
 {
     this.Goto(((ObjectPathClickEventArgs)e).ObjectPath.Cast <Entry>());
 }
Beispiel #2
0
 void pathDisplay_PathClicked(object sender, PathClickEventArgs e)
 {
     this.Goto(((ObjectPathClickEventArgs)e).ObjectPath.Cast<Entry>());
 }