private void QRCodeItem_Click(object sender, EventArgs e) { QRCodeForm qrCodeForm = new QRCodeForm(controller.GetSSLinkForCurrentServer()); //qrCodeForm.Icon = this.Icon; // TODO qrCodeForm.Show(); }