Exemplo n.º 1
0
 internal MRUTextHelperImplementation(MRUHelperPrivates helper)
 {
     _helper = helper;
 }
Exemplo n.º 2
0
 internal static MRUTextHelper GetInstance(MRUHelperPrivates helper)
 {
     return new MRUTextHelperImplementation(helper);
 }