Example #1
0
 public void Save()
 {
     _xml.Write("LastRunRecipeName", CommonFunctions.Instance.ProductRecipeName);
     AxesProfile.Save("MoveProfile", _xml);
     DelayTimer.Save("DelayTimer", _xml);
     _xml.Save();
 }