Pregunta

I want to make a barcode with c# and put it in a picture file. please help me. thanks for your help.

¿Fue útil?

Solución

class Programm
{
    static void Main(string[] args)
    {
        System.QRCode qrcode = new System.QRCode();
    }
}

Note: It is just a joke corresponding to the zero-level OP effort, even for google.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top