13 lines
No EOL
220 B
C#
13 lines
No EOL
220 B
C#
using System.Windows;
|
|
using System.Windows.Controls;
|
|
|
|
namespace ExamplePlugin
|
|
{
|
|
public partial class ExampleUi : Page
|
|
{
|
|
public ExampleUi()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |