Exemplo n.º 1
0
 private void SetMyLocation()
 {
     _savingLocation = SavingLocation.MyLocation;
 }
Exemplo n.º 2
0
 private void SetDesktopLocation()
 {
     _savingLocation = SavingLocation.Desktop;
 }