Exemple #1
0
 private void OnDropboxAccessTokenEmptyMsg(DropboxAccessTokenEmptyMsg msg)
 {
     MessageBox.Show(
         "You did not paste the code from Dropbox in the textbox!", "Failed",
         MessageBoxButton.OK, MessageBoxImage.Warning);
 }
 private void OnDropboxAccessTokenEmptyMsg(DropboxAccessTokenEmptyMsg msg)
 {
     MessageBox.Show(
         "You did not paste the code from Dropbox in the textbox!", "Failed",
         MessageBoxButton.OK, MessageBoxImage.Warning);
 }