12 lines
194 B
C#
12 lines
194 B
C#
|
|
using System.Windows;
|
|||
|
|
|
|||
|
|
namespace ShrlAlgoStudio
|
|||
|
|
{
|
|||
|
|
public partial class MainWindow : Window
|
|||
|
|
{
|
|||
|
|
public MainWindow()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|