21 lines
407 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WarmlyLocomotive
{
2024-02-09 00:09:15 +03:00
public partial class FormWarmlyLocomotive : Form
{
2024-02-09 00:09:15 +03:00
public FormWarmlyLocomotive()
{
InitializeComponent();
}
}
}