示例#1
0
 public StatusBarService(SDStatusBar statusBar)
 {
     if (statusBar == null)
     {
         throw new ArgumentNullException("statusBar");
     }
     this.statusBar = statusBar;
 }
示例#2
0
 public StatusBarService(SDStatusBar statusBar)
 {
     if (statusBar == null)
         throw new ArgumentNullException("statusBar");
     this.statusBar = statusBar;
 }