Gantt
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Nuvolar.Module.Win.CSharp.Controllers
|
||||
|
||||
if (_OpenFileDialog.ShowDialog() == DialogResult.OK && (!String.IsNullOrEmpty(_OpenFileDialog.FileName)))
|
||||
{
|
||||
StreamReader _textStreamReader = new StreamReader(_OpenFileDialog.FileName,Encoding.Default);
|
||||
StreamReader _textStreamReader = new StreamReader(_OpenFileDialog.FileName,Encoding.UTF8);
|
||||
string _StrBuffer;
|
||||
|
||||
_StrBuffer = _textStreamReader.ReadToEnd();
|
||||
|
||||
Reference in New Issue
Block a user