Exemplo n.º 1
0
        internal async Task SelectFontAsyncInternal(FontType fontType)
        {
            Command c = new Command(CommandType.DirectNoReply);

            c.SelectFont(fontType);
            await _brick.SendCommandAsyncInternal(c);
        }
Exemplo n.º 2
0
		internal async Task SelectFontAsyncInternal(FontType fontType)
		{
			Command c = new Command(CommandType.DirectNoReply);
			c.SelectFont(fontType);
			await _brick.SendCommandAsyncInternal(c);
		}