ソースを参照

1

样式分支
fyf 2年前
コミット
759c6853ce
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      BPASmartClient.SCADAControl/CustomerControls/TheTextBox.cs

+ 1
- 1
BPASmartClient.SCADAControl/CustomerControls/TheTextBox.cs ファイルの表示

@@ -182,7 +182,7 @@ namespace BPASmartClient.SCADAControl.CustomerControls
if (Class_DataBus.GetInstance().Dic_RedisData.ContainsKey(str[0]))
{
Dictionary<string, object> b = Class_DataBus.GetInstance().Dic_RedisData[str[0]];
if (b != null && b.ContainsKey(str[1])) this.GetType().GetProperty(item.Key).SetValue(this, b[str[1]]);
if (b != null && b.ContainsKey(str[1])) this.GetType().GetProperty(item.Key).SetValue(this, b[str[1]].ToString());
}
}
}


読み込み中…
キャンセル
保存