Exemple #1
0
 private void CreateBlackBerryPushSettings()
 {
     blackBerryPushSettings          = new BlackBerryPushSettings();
     blackBerryPushSettings.AppId    = ConfigurationManager.AppSettings["BlackBerryPushAppID"];
     blackBerryPushSettings.Password = ConfigurationManager.AppSettings["BlackBerryPushPassword"];
     blackBerryPushSettings.Url      = ConfigurationManager.AppSettings["BlackBerryPushUrl"];
 }
Exemple #2
0
 private void CreateBlackBerryPushSettings() 
 {
     blackBerryPushSettings = new BlackBerryPushSettings();
     blackBerryPushSettings.AppId = ConfigurationManager.AppSettings["BlackBerryPushAppID"];
     blackBerryPushSettings.Password = ConfigurationManager.AppSettings["BlackBerryPushPassword"];
     blackBerryPushSettings.Url = ConfigurationManager.AppSettings["BlackBerryPushUrl"];
 }