コード例 #1
0
ファイル: UserHelp.cs プロジェクト: gahadzikwa/GAPP
 public UserHelp(ITempDirProvider tmpDirProvider, Framework.Interfaces.ICore core)
 {
     _tmpDirProvider = tmpDirProvider;
     _core = core;
     InitializeComponent();
 }
コード例 #2
0
ファイル: UserHelp.cs プロジェクト: pheijmans-zz/GAPP
 public UserHelp(ITempDirProvider tmpDirProvider, Framework.Interfaces.ICore core)
 {
     _tmpDirProvider = tmpDirProvider;
     _core           = core;
     InitializeComponent();
 }