コード例 #1
0
ファイル: LoadSnapInImpl.cs プロジェクト: SiteView/ECC8.13
 public LoadSnapInImpl(ShellSetup setup, WebClient webclient)
 {
     this.setup = setup;
     this.webclient = webclient;
 }
コード例 #2
0
ファイル: SnapInManagerImpl.cs プロジェクト: SiteView/ECC8.13
 public SnapInManagerImpl(ShellSetup setup)
 {
     this.setup = setup;
     this.snapInClients = new Dictionary<string, ISnapInClient>();
 }