コード例 #1
0
ファイル: DesktopWindowView.cs プロジェクト: hksonngan/Xian
 public void SetAlertContext(IDesktopAlertContext alertContext)
 {
     // TODO (Marmot) - Need to implement for Webstation
     //throw new NotImplementedException();
 }
コード例 #2
0
ファイル: DesktopWindowView.cs プロジェクト: nhannd/Xian
 public void SetAlertContext(IDesktopAlertContext alertContext)
 {
     // TODO (Marmot) - Need to implement for Webstation
     //throw new NotImplementedException();
 }
コード例 #3
0
ファイル: DesktopWindowView.cs プロジェクト: nhannd/Xian
 	/// <summary>
 	/// Sets the alert context.
 	/// </summary>
 	/// <param name="alertContext"></param>
 	public void SetAlertContext(IDesktopAlertContext alertContext)
 	{
 		_alertContext = alertContext;
 	}
コード例 #4
0
ファイル: DesktopWindowView.cs プロジェクト: hksonngan/Xian
 /// <summary>
 /// Sets the alert context.
 /// </summary>
 /// <param name="alertContext"></param>
 public void SetAlertContext(IDesktopAlertContext alertContext)
 {
     _alertContext = alertContext;
 }