|
|
|
@ -1,7 +1,4 @@
|
|
|
|
|
// Copyright (c) Microsoft Corporation and Contributors. |
|
|
|
|
// Licensed under the MIT License. |
|
|
|
|
|
|
|
|
|
using Microsoft.UI.Xaml; |
|
|
|
|
using Microsoft.UI.Xaml; |
|
|
|
|
using Microsoft.UI.Xaml.Controls; |
|
|
|
|
using Microsoft.UI.Xaml.Controls.Primitives; |
|
|
|
|
using Microsoft.UI.Xaml.Data; |
|
|
|
@ -19,9 +16,6 @@ using Windows.ApplicationModel.Activation;
|
|
|
|
|
using Windows.Foundation; |
|
|
|
|
using Windows.Foundation.Collections; |
|
|
|
|
|
|
|
|
|
// To learn more about WinUI, the WinUI project structure, |
|
|
|
|
// and more about our project templates, see: http://aka.ms/winui-project-info. |
|
|
|
|
|
|
|
|
|
namespace StabilityMatrix |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|