Skip to content

Commit

Permalink
Update Station-To-Station with the rest of SetupGui. Should fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
stringandstickytape committed Jan 10, 2015
1 parent 3e69af5 commit 4120528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RegulatedNoise/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,8 @@ private void SetupGui()
bestBuyPrice != 0 && bestSellPrice != 0 ? (bestSellPrice - bestBuyPrice).ToString(CultureInfo.InvariantCulture) : ""
}));
}

UpdateStationToStation();
}

private void PopulateNetworkInterfaces()
Expand Down

0 comments on commit 4120528

Please sign in to comment.