Exemplo n.º 1
0
 private void promoteGUI(VpnChannel channel)
 {
     channel.RequestCustomPrompt(new List <IVpnCustomPrompt> {
         new VpnCustomTextBox()
         {
             Label = "this is label", DisplayText = "DPT"
         },
         new VpnCustomEditBox()
         {
             Label = "AccessKey"
         },
         new VpnCustomEditBox()
         {
             Label = "AccessKey2"
         },
     });
 }