コード例 #1
0
ファイル: MRUTextHelper.cs プロジェクト: LionFree/Cush
 internal MRUTextHelperImplementation(MRUHelperPrivates helper)
 {
     _helper = helper;
 }
コード例 #2
0
ファイル: MRUTextHelper.cs プロジェクト: LionFree/Cush
 internal static MRUTextHelper GetInstance(MRUHelperPrivates helper)
 {
     return new MRUTextHelperImplementation(helper);
 }