Exemplo n.º 1
0
 private void btnLocation_Click(object sender, System.Windows.RoutedEventArgs e)
 {
     var win = new Explore10.MainWindow( ((IoItem)((Button) sender).Tag).Path);
     win.Show();
 }
Exemplo n.º 2
0
        private void btnLocation_Click(object sender, System.Windows.RoutedEventArgs e)
        {
            var win = new Explore10.MainWindow(((IoItem)((Button)sender).Tag).Path);

            win.Show();
        }