Ejemplo n.º 1
0
        public void Init(TextRenderingType textRenderingType, [Optional] int wRes, [Optional]  int hRes)
        {
            _wRes = wRes;
            _hRes = hRes;

            _textRenderingType = textRenderingType;
            _connectionString  = Configuration.GetConnectionString();
        }
Ejemplo n.º 2
0
        public void Init(TextRenderingType textRenderingType, [Optional] int wRes, [Optional]  int hRes)
        {
            _wRes = wRes;
            _hRes = hRes;

            _textRenderingType = textRenderingType;
            _connectionString = Configuration.GetConnectionString();
        }