Example #1
0
 public void SetAlertContext(IDesktopAlertContext alertContext)
 {
     // TODO (Marmot) - Need to implement for Webstation
     //throw new NotImplementedException();
 }
Example #2
0
 public void SetAlertContext(IDesktopAlertContext alertContext)
 {
     // TODO (Marmot) - Need to implement for Webstation
     //throw new NotImplementedException();
 }
Example #3
0
 	/// <summary>
 	/// Sets the alert context.
 	/// </summary>
 	/// <param name="alertContext"></param>
 	public void SetAlertContext(IDesktopAlertContext alertContext)
 	{
 		_alertContext = alertContext;
 	}
Example #4
0
 /// <summary>
 /// Sets the alert context.
 /// </summary>
 /// <param name="alertContext"></param>
 public void SetAlertContext(IDesktopAlertContext alertContext)
 {
     _alertContext = alertContext;
 }