Пример #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="HashTagCodeGenerator" /> class.
 /// </summary>
 public HashTagCodeGenerator()
 {
     this._codeConverterUtil = new LogicLongToCodeConverterUtil("#", "0289PYLQGRJCUV");
 }
 private HashTagCodeGenerator()
 {
     this.m_codeConverterUtil = new LogicLongToCodeConverterUtil(HashTagCodeGenerator.CONVERSION_TAG, HashTagCodeGenerator.CONVERSION_CHARS);
 }