Esempio n. 1
0
 void SaveAs()
 {
     if (CurrentForm != null)
     {
         string s = CurrentForm.SaveAs();
         if (s != string.Empty)
         {
             AddToMostRecentFiles(s, arMRUList);
         }
         UpdateText();
     }
 }