mirror of
https://github.com/EpicMorg/SourceSDK.ENV.Editor.git
synced 2025-07-02 06:49:27 +03:00
21 lines
390 B
C#
21 lines
390 B
C#
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 SourceSDK.ENV.Editor.UI
|
|
{
|
|
public partial class FormMain : Form
|
|
{
|
|
public FormMain()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|