コード例 #1
0
ファイル: ReplyTask.cs プロジェクト: kbinani/fez-trade-bot
 public ReplyTask( FEZWindow window, TradeResult tradeResult, RuntimeSettings settings, string strictCustomerName, string fuzzyCustomerName )
 {
     this.window = window;
     this.tradeResult = tradeResult;
     this.settings = settings;
     this.strictCustomerName = strictCustomerName;
     this.fuzzyCustomerName = fuzzyCustomerName;
 }
コード例 #2
0
ファイル: LoggingTask.cs プロジェクト: kbinani/fez-trade-bot
 public LoggingTask( TradeResult tradeResult, RuntimeSettings settings )
 {
     this.tradeResult = tradeResult;
     this.settings = settings;
 }