Well, you call newon it, so you want to declare a type with the name stat_checker:
public class stat_checker : Form
{
}
, stat_checker, :
Application.Run(stat_checker());
stat_checker :
public Form stat_checker() {
}
stat_checker? , :
using System;
using System.Windows.Forms;
class stat_checker : Form {
static void Main() {
Application.Run(new stat_checker());
}
public stat_checker() {
}
}
, , . .NET, . StatChecker stat_checker.