Exemplo n.º 1
0
 public JsonpResponseViewer()
 {
     this.myControl = new JsonpView();
 }
        public override void AddToTab(TabPage o)
        {
            this.myControl = new RawView(this);
            o.Text = "Json Query Params";
            //o.Controls.Add(this.myControl);

            this.jsonView = new JsonpView();
            o.Controls.Add(this.jsonView);
            o.Controls[0].Dock = DockStyle.Fill;

            this.myControl.miContextAutoTruncate.CheckedChanged +=
                new EventHandler(this.miContextAutoTruncate_CheckedChanged);
        }