Format:
Recent snippets matching tags of SaveFileDialog
try { SaveFileDialog saveDialog = new SaveFileDialog { Filter = "Xml Files (*.xml)|*.xml", DefaultExt = ".xml", }; if ((bool)saveDialog.ShowDialog()) { using (Stream fileStream = saveDialog.OpenFile()) { ... }
703 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
