예제 #1
0
 public SdStatusBarService(SdStatusBar statusBar)
 {
     if (statusBar == null)
     {
         throw new ArgumentNullException("statusBar");
     }
     this.statusBar = statusBar;
 }
예제 #2
0
		internal static void Initialize()
		{
			statusBar = new SdStatusBar();
		}
예제 #3
0
		public SdStatusBarService(SdStatusBar statusBar)
		{
			if (statusBar == null)
				throw new ArgumentNullException("statusBar");
			this.statusBar = statusBar;
		}