WPF-Samples/Graphics/2DTransforms/MainWindow.cs

18 строки
438 B
C#
Исходник Постоянная ссылка Обычный вид История

2015-08-13 01:14:57 +03:00
// // Copyright (c) Microsoft. All rights reserved.
// // Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Windows;
namespace _2DTransforms
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
}
}
}