/Samples/ExampleToolWPF/App.xaml.cs
# · C# · 13 lines · 7 code · 1 blank · 5 comment · 0 complexity · 401e23826f96cad7fb2ce780b944b4b3 MD5 · raw file
- using System.Windows;
-
- namespace Delta.Tools.ExampleToolWPF
- {
- /// <summary>
- /// Starting point for the ExampleToolWPF, you can put a OnStartup event here
- /// to do some initialization code (e.g. check if the application is already
- /// running with WindowsApplication.MakeSureAppIsNotAlreadyRunning).
- /// </summary>
- public partial class App : Application
- {
- }
- }