예제 #1
0
        public static TGraphics CreateGraphics(System.Windows.Forms.Control control)
        {
            TGraphics graphics = new TGraphics();

            graphics._init(control);
            return(graphics);
        }
예제 #2
0
 public Game(MainForm Target)
 {
     MainForm = Target;
     Graphics = TGraphics.CreateGraphics(Target);
 }