Exemplo n.º 1
0
 void Export_wcnClick(object sender, EventArgs e)
 {
     if (sav3file.has_WCN == false)
     {
         MessageBox.Show("Save file does not contain Wonder News data.");
     }
     else
     {
         FileIO.save_data(sav3file.get_WCN(), wcnfilter);
     }
 }