我在想这个场景
List<KeyValuePair<string, string>> data = new List<KeyValuePair<string, string>>();
using(StreamReader reader = new StreamReader("C:/YourFilePath.txt"))
{
while (reader.Peek() >= 0)
{
string[] line = reader.ReadLine().Split('=');
data.Add(new KeyValuePair(line[0].TrimEnd(), line[1].TrimStart()));
}
}
如果您知道如何使用
电子更新程序会下载更新并突然关闭应用程序 我不希望我希望用户拥有控件。
我如何做到这一点。 ?