Exemplo n.º 1
0
    protected void OnEditActionActivated(object sender, EventArgs e)
    {
        EditWindow eWin = new EditWindow();

        eWin.ShowAll();

        this.Destroy();
    }