Esempio n. 1
0
    static void Main()
    {
        ReversiForm scherm;

        scherm = new ReversiForm();
        Application.Run(scherm);
    }
Esempio n. 2
0
    public void openSettings(object obj, EventArgs pea)
    {
        ReversiForm screen = new ReversiForm();

        Application.Run(screen);
    }
Esempio n. 3
0
 static void Main()
 {
     ReversiForm scherm;
     scherm = new ReversiForm();
     Application.Run(scherm);
 }
Esempio n. 4
0
    static void Main()
    {
        ReversiForm screen = new ReversiForm();

        Application.Run(screen);
    }