摘要:
Thread thread= new Thread(new ThreadStart(name); 与 Thread thread= new Thread(name); thread.star(str); public void name() {} 的区别; 还有大牛们有看出来哪里有问题么; 阅读全文
摘要:
public static class LogHelper { private static string strLogFolder; private static string strLogFile; private static object _obj = new object(); publi 阅读全文
摘要:
class IniHelp { private string iniPath; [DllImport("kernel32")] private static extern long WritePrivateProfileString(string section, string key, strin 阅读全文
摘要:
private delegate void de_OutputMessage(string str); public void OutputMessage(string str) { if (textBoxMessage.InvokeRequired) { this.BeginInvoke(new 阅读全文