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