ILRepack.IntegrationTests/Scenarios/LibraryUserControlUsageInXAML/Program.cs [1:19]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - using System; using System.Windows; namespace LibraryUserControlUsageInXAML { public class Program { [STAThread] public static int Main() { try { new Application().Run(new MainWindow()); return 0; } catch (Exception e) { Console.WriteLine(e); return 1; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ILRepack.IntegrationTests/Scenarios/WPFSampleApplication/Program.cs [1:19]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - using System; using System.Windows; namespace WPFSampleApplication { public class Program { [STAThread] public static int Main() { try { new Application().Run(new MainWindow()); return 0; } catch (Exception e) { Console.WriteLine(e); return 1; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -