Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
App.xaml.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Configuration;
4 using System.Data;
5 using System.Linq;
6 using System.Windows;
7 
8 namespace SiliconStudio.Paradox.ConfigEditor
9 {
10  /// <summary>
11  /// Interaction logic for App.xaml
12  /// </summary>
13  public partial class App : Application
14  {
15  }
16 }
Interaction logic for App.xaml
Definition: App.xaml.cs:13