Browse Source

Remove template comments

pull/5/head
Ionite 2 years ago
parent
commit
0f095c0f39
No known key found for this signature in database
  1. 8
      StabilityMatrix/App.xaml.cs
  2. 3
      StabilityMatrix/InstallPage.xaml
  3. 3
      StabilityMatrix/MainWindow.xaml
  4. 6
      StabilityMatrix/MainWindow.xaml.cs

8
StabilityMatrix/App.xaml.cs

@ -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>

3
StabilityMatrix/InstallPage.xaml

@ -1,6 +1,3 @@
<!-- Copyright (c) Microsoft Corporation and Contributors. -->
<!-- Licensed under the MIT License. -->
<Page
x:Class="StabilityMatrix.InstallPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

3
StabilityMatrix/MainWindow.xaml

@ -1,6 +1,3 @@
<!-- Copyright (c) Microsoft Corporation and Contributors. -->
<!-- Licensed under the MIT License. -->
<Window
x:Class="StabilityMatrix.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

6
StabilityMatrix/MainWindow.xaml.cs

@ -1,6 +1,3 @@
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls.Primitives;
@ -16,9 +13,6 @@ using System.Runtime.InteropServices.WindowsRuntime;
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>

Loading…
Cancel
Save