Exemplo n.º 1
0
    // ================================================================ //

    public void     create()
    {
        this.console = new dbwin.Console(900, "console");

        this.resisterWindow(this.console);
    }
Exemplo n.º 2
0
	// ================================================================ //

	public void	create()
	{
		this.console = new dbwin.Console(900, "console");

		this.resisterWindow(this.console);
	}