C # save files

SaveFileDialog sfd = new SaveFileDialog();
sfd.Filter = “Excel spreadsheet (*.xlsx)|* .xlsx”;
sfd.FilterIndex = 1;
sfd.RestoreDirectory = true;
if (sfd.ShowDialog() == DialogResult.OK)
{

C # foundation

The pictures below are from C# and .NET+4 Advanced Programming + Version 5 and Baidu

.NET is understood as a runtime environment and a comprehensive basic class library.

.NETThree key e