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