Add context menu to QR code form decode text box

This commit is contained in:
Jaex 2020-07-28 17:35:05 +03:00
parent 681c1081e6
commit c193b461f4

View file

@ -66,6 +66,8 @@ public QRCodeForm(string text = null)
{
txtQRCode.Text = text;
}
rtbDecodeResult.AddContextMenu();
}
public static QRCodeForm EncodeClipboard()