문제

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