コード例 #1
0
ファイル: BotParam.cs プロジェクト: vvsur/open-wealth-project
 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
ファイル: BotParam.cs プロジェクト: vvsur/open-wealth-project
 public BotParam(BotParam bp)
 {
     this.Name = bp.Name;
     this.MinValue = bp.MinValue;
     this.MaxValue = bp.MaxValue;
     this.DefaultValue = bp.DefaultValue;
     this.Value = bp.Value;
 }