Exemplo n.º 1
0
 public Panel(ObjectInfo info)
 {
     this._info = info;
     this._plot = new Plot();
     this.Content = this._plot;
     this.Padding = new Padding(10);
 }
Exemplo n.º 2
0
 public Panel(ObjectInfo info)
 {
     this._info   = info;
     this._plot   = new Plot();
     this.Content = this._plot;
     this.Padding = new Padding(10);
 }