csharp_pain/StarcraftCheck/SendStatus/Form1.cs
2014-06-26 17:13:46 +02:00

18 lines
No EOL
335 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace SendStatus
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}