15 строки
376 B
C#
15 строки
376 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 PolygonExample : Page
|
||
|
{
|
||
|
public PolygonExample()
|
||
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
}
|
||
|
}
|