예제 #1
0
 public ProjectExplorer(ISparkServiceProvider services)
 {
     if (services == null)
     {
         throw new ArgumentNullException("services", "services is null.");
     }
     _services = services;
     InitTypes();
 }
예제 #2
0
 public ProjectExplorer(ISparkServiceProvider services)
 {
     if (services == null) throw new ArgumentNullException("services", "services is null.");
     _services = services;
     InitTypes();
 }