static void Main() { ReversiForm scherm; scherm = new ReversiForm(); Application.Run(scherm); }
public void openSettings(object obj, EventArgs pea) { ReversiForm screen = new ReversiForm(); Application.Run(screen); }
static void Main() { ReversiForm screen = new ReversiForm(); Application.Run(screen); }