Example #1
0
 private void SetMyLocation()
 {
     _savingLocation = SavingLocation.MyLocation;
 }
Example #2
0
 private void SetDesktopLocation()
 {
     _savingLocation = SavingLocation.Desktop;
 }