質問

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