Exemple #1
0
    protected void OnDeleteEvent(object sender, DeleteEventArgs a)
    {
        rootComponent.Dispose();

        Application.Quit();

        a.RetVal = true;
    }