Вопрос

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

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top