- 버전 추가

- 영업이익률 표시 안되던 문제 수정
This commit is contained in:
2017-01-27 01:29:02 +09:00
parent b58125455f
commit babcdb918c
3 changed files with 16 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ namespace NewsCrawler
cbAccount.SelectedItem = Config.GetAccount();
tbSupplyContractRate.Text = Config.GetSupplyContractRate().ToString();
tbRevenueRate.Text = Config.GetRevenueRate().ToString();
}
private void OpenFile(string strName)