private void buttonDxvaRestriction_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         InfoWindow iw = new InfoWindow("dxva.txt");
         iw.ShowDialog();
     }
     catch (Exception)
     {
     }
 }
 private void buttonX264Help_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         InfoWindow iw = new InfoWindow("fullhelp.txt");
         iw.ShowDialog();
     }
     catch (Exception)
     {
     }
 }