зеркало из https://github.com/telerik/xaml-sdk.git
13 строки
219 B
C#
13 строки
219 B
C#
|
using System.Windows;
|
|||
|
|
|||
|
namespace InformationLayerMapPolygon
|
|||
|
{
|
|||
|
public partial class MainWindow : Window
|
|||
|
{
|
|||
|
public MainWindow()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|