private void RunSaves() { foreach (var save in mSettings.Saves) { Robocopy.Run(save); } }
public void Run() { Robocopy.Run(mSave); }