Exemplo n.º 1
0
 private void ise_ActiveFileChanged(object sender, ViewPathEventArgs e)
 {
     if (ActiveFile != e.Path)
     {
         ActiveFile = e.Path;
     }
 }
Exemplo n.º 2
0
 private void ise_FileClosed(object sender, ViewPathEventArgs e)
 {
     viewModel.RemoveFile(e.Path);
 }