GetEncoding ("Windows-1251 && Windows-1250");<br /> string s = File.ReadAllText(file1, enc);<br /> textBox1.Text = s;<br /> }<br /> <br /> }
確定! 回上一頁