protected void AddQRCodeItem(string itemKey, string itemURL)
 {
     ResponderApps.EditorDisplay.QRCodeEditorItem item = new ResponderApps.EditorDisplay.QRCodeEditorItem(itemKey, string.Empty, itemURL);
     this.editControl.AddEditorItem(item);
 }
Exemplo n.º 2
0
 protected void AddQRCodeItem(string itemKey, string itemURL)
 {
     ResponderApps.EditorDisplay.QRCodeEditorItem item = new ResponderApps.EditorDisplay.QRCodeEditorItem(itemKey, string.Empty, itemURL);
     this.editControl.AddEditorItem(item);
 }