Ejemplo n.º 1
0
 public EnRoad()
 {
     headPoint         = new Point(0, FrameConfig.FrameHeight - 6);
     interfaceChar     = "=";
     interfaceColor    = ConsoleColor.Red;
     actionConsoleImpl = new ActionConsoleImpl();
     enPoints          = new List <Point>();
 }
Ejemplo n.º 2
0
 public EnTree()
 {
     headPoint         = new Point(0, 0);
     interfaceChar     = ":";
     interfaceColor    = ConsoleColor.Green;
     actionConsoleImpl = new ActionConsoleImpl();
     enPoints          = new List <Point>();
     numLayer          = 5;
 }