/Code/Source/Teaching.Wpf.Threading/App.xaml.cs
https://bitbucket.org/BernhardGlueck/teaching · C# · 17 lines · 13 code · 1 blank · 3 comment · 0 complexity · e7935756c1f86b3a5a6bfa87bb8bfb88 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Configuration;
- using System.Data;
- using System.Linq;
- using System.Threading.Tasks;
- using System.Windows;
-
- namespace Teaching.Wpf.Threading
- {
- /// <summary>
- /// Interaction logic for App.xaml
- /// </summary>
- public partial class App : Application
- {
- }
- }