コード例 #1
0
ファイル: SecurityLoad.cs プロジェクト: newbish/hfmcmd
 public ExtractOptions(SecurityLoad sl) :
     base(typeof(IHsvLoadExtractOptions), typeof(IHsvLoadExtractOption),
          typeof(HSV_SECURITYEXTRACT_OPTION),
          (IHsvLoadExtractOptions)sl.HsvSecurityLoad.ExtractOptions)
 {
 }
コード例 #2
0
ファイル: SecurityLoad.cs プロジェクト: newbish/hfmcmd
 public LoadOptions(SecurityLoad sl) :
     base(typeof(IHsvLoadExtractOptions), typeof(IHsvLoadExtractOption),
          typeof(HSV_SECURITYLOAD_OPTION),
          (IHsvLoadExtractOptions)sl.HsvSecurityLoad.LoadOptions)
 {
 }