Beispiel #1
0
 public LoadSnapInImpl(ShellSetup setup, WebClient webclient)
 {
     this.setup = setup;
     this.webclient = webclient;
 }
Beispiel #2
0
 public SnapInManagerImpl(ShellSetup setup)
 {
     this.setup = setup;
     this.snapInClients = new Dictionary<string, ISnapInClient>();
 }