Exemplo n.º 1
0
	static void Main()
	{
        GLApplication glApp = new GLApplication();

        FlagScene scene = new FlagScene();

        glApp.Run(scene);
	}		
 public Form1()
 {
     InitializeComponent();
     app = new InfectionSimulationApplication();
 }
 public SimpleGLForm(GLApplication application)
 {
     InitializeComponent();
     app = application;
 }
 public SimpleGLForm()
 {
     InitializeComponent();
     app = new DummyApplication();
 }