Wednesday, July 6, 2011

How to close a window Form

private void btnClose_Click(object sender, EventArgs e)
{

    Close();

}

No comments:

Post a Comment

How to upload app to macOS

1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...