15 строки
368 B
C#
15 строки
368 B
C#
// // 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.Controls;
|
|
|
|
namespace Microsoft.Samples.Graphics
|
|
{
|
|
public partial class ShapeTypes : Page
|
|
{
|
|
public ShapeTypes()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |