摘要: 传统的 新建.resx类型的文件中,然后利用ResourceManager来得到相应资源并根据当地的CultureInfo来给界面文本赋值。WPF新建一个文件夹Language新建2个资源字典。DefaultLanguage.xaml OK Can... 阅读全文
posted @ 2014-05-12 16:00 s_p 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 一个同步基元,也可用于进程间同步。即进程同步 当然也可以线程同步所以在线程同步角度来说,Monitor开销小,优于Mutex,要实现进程同步,Monitor也干不了,Mutex是首选。MSDN 实例: This example shows how a Mutex is used to synchro... 阅读全文
posted @ 2014-05-12 15:37 s_p 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 2个窗体Parent,Children代码:Parentpublic partial class Parent : Form { public string parentValue = "parentValue"; Children sw; publi... 阅读全文
posted @ 2014-05-12 11:18 s_p 阅读(186) 评论(0) 推荐(0) 编辑