You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
262 B

  1. using System;
  2. using System.IO;
  3. using System.Reflection;
  4. using System.Windows;
  5. namespace libTextSuiteExample
  6. {
  7. /// <summary>
  8. /// Interaktionslogik für "App.xaml"
  9. /// </summary>
  10. public partial class App : Application
  11. { }
  12. }