Exemple #1
0
 public bool Prepare(Form target)
 {
     console         = new DXEngine.Console(new GraphicsFont("Arial", System.Drawing.FontStyle.Regular, 12), @"Media\floor 2.jpg");
     target.KeyDown += new KeyEventHandler(DXEngine.Console.ProcessKey);
     return(true);
 }