Ejemplo n.º 1
0
 public override void AddToTab(TabPage o)
 {
     mJsonRequestViewer.AddToTab(o);
     o.Text = "DecryptionJSON";
 }
Ejemplo n.º 2
0
 public override void AddToTab(TabPage o)
 {
     jsonRequestViewer = new JSONRequestViewer();
     jsonRequestViewer.AddToTab(o);
     o.Text = "DecryptionFormatJson";
 }
 public override void AddToTab(TabPage o)
 {
     jsonRequestViewer = new JSONRequestViewer();
     jsonRequestViewer.AddToTab(o);
     o.Text = Constants.TabName;
 }