public void _openGLControl_PaintTest()
        {
            Form1_Accessor target = new Form1_Accessor(); // TODO: Initialize to an appropriate value
            object         sender = null;                 // TODO: Initialize to an appropriate value
            PaintEventArgs e      = null;                 // TODO: Initialize to an appropriate value

            target._openGLControl_Paint(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
 public void _openGLControl_PaintTest()
 {
     Form1_Accessor target = new Form1_Accessor(); // TODO: Initialize to an appropriate value
     object sender = null; // TODO: Initialize to an appropriate value
     PaintEventArgs e = null; // TODO: Initialize to an appropriate value
     target._openGLControl_Paint(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }