14 lines
221 B
C#
14 lines
221 B
C#
namespace CarCenterView
|
|
{
|
|
public partial class Form1 : Form
|
|
{
|
|
public Form1()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
// ïðîâåðêà 1234
|
|
// 56789
|
|
// íîâàÿ õðåíü
|
|
|
|
}
|
|
} |