Lab 15
Please comment on the program what is been done.Thanks.
Create a C# Winforms program that has TextBox input fields forname and address. You might want to set the Multiline property totrue for the address.
Add a “Save” button that when clicked opens a “Save Dialog” thatallows a user to specify a filename. The code will look somethinglike this:
DialogResultresult = saveFileDialog1.ShowDialog();
if (result == DialogResult.OK)
{
// get name and address, write to file
}
On “OK” from the “Save Dialog”, write the contents of the nameand address field into a file. Use the File.WriteAllTextmethod from System.IO.
Optional Challenge: Add Clear andLoad buttons. Clear clears the inputfields. Load opens a
PayPal Gateway not configured
PayPal Gateway not configured