示例#1
0
 public Panel(ObjectInfo info)
 {
     this._info = info;
     this._plot = new Plot();
     this.Content = this._plot;
     this.Padding = new Padding(10);
 }
示例#2
0
 public Panel(ObjectInfo info)
 {
     this._info   = info;
     this._plot   = new Plot();
     this.Content = this._plot;
     this.Padding = new Padding(10);
 }