コード例 #1
0
ファイル: TranslationForm.cs プロジェクト: sebasbaumh/ResEx
 public TranslationForm(IContext context, WebTranslatorPlugIn webTranslatorPlugIn)
     : this()
 {
     this.context = context;
     this.webTranslatorPlugIn = webTranslatorPlugIn;
 }
コード例 #2
0
 public TranslationForm(IContext context, WebTranslatorPlugIn webTranslatorPlugIn) : this()
 {
     this.context             = context;
     this.webTranslatorPlugIn = webTranslatorPlugIn;
 }