summaryrefslogtreecommitdiff
path: root/Calculator/src/app/Calculator.Desktop.UI/App.xaml.cs
blob: 2e1d06fa95f94bf833907dbf317bde3cc1ded55b (plain)
1
2
3
4
5
6
7
8
9
10
11
using System.Windows;

namespace Calculator.Desktop.UI
{
    /// <summary>
    /// Interaction logic for App.xaml
    /// </summary>
    public partial class App : Application
    {
    }
}