Question: c# Can someone help me start this //Initialize SaveFileDialog //Set filter to .xml and . (All Files) //Set FilterIndex to .xml //Set RestoreDirectory true //if
c# Can someone help me start this
//Initialize SaveFileDialog
//Set filter to .xml and . (All Files)
//Set FilterIndex to .xml
//Set RestoreDirectory true
//if SaveFileDialog result = OK {
//Initialize XmlWriterSettings
//Initialize XmlWriter
for(int i = 0; i < nodes; i++) {
//Do stuff here
}
//Close writer
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
