public ToastNotificationBase(string templateName, int imageCount, int textCount) : base(templateName, null, imageCount, textCount)
 {
     this.m_Audio = new ToastAudio();
     this.m_IncomingCallCommands = new NotificationsExtensions.ToastContent.IncomingCallCommands();
     this.m_AlarmCommands        = new NotificationsExtensions.ToastContent.AlarmCommands();
 }
 public ToastNotificationBase(string templateName, int imageCount, int textCount) : base(templateName, null, imageCount, textCount)
 {
     this.m_Audio = new ToastAudio();
     this.m_IncomingCallCommands = new NotificationsExtensions.ToastContent.IncomingCallCommands();
     this.m_AlarmCommands = new NotificationsExtensions.ToastContent.AlarmCommands();
 }