首先我们一起回顾一些并发的场景 首先最基本的,我们要弄清楚什么的并发嘞?我简单粗暴的理解就是:一段代码,在同一时间段内,被多个线程同时处理的情况就是并发现象。下面简单画了个图:
I\'ve written a WPF application which has a custom (not the standard) icon. A Splashscreen is implemented too.