Пример #1
0
 public BotParam(BotParam bp)
 {
     this.Name         = bp.Name;
     this.MinValue     = bp.MinValue;
     this.MaxValue     = bp.MaxValue;
     this.DefaultValue = bp.DefaultValue;
     this.Value        = bp.Value;
 }
Пример #2
0
 public BotParam(BotParam bp)
 {
     this.Name = bp.Name;
     this.MinValue = bp.MinValue;
     this.MaxValue = bp.MaxValue;
     this.DefaultValue = bp.DefaultValue;
     this.Value = bp.Value;
 }