摘要:
public static class WindowEx { public static void DoEvents(this Window obj) { DispatcherFrame frame = new DispatcherFrame(); Dispatcher.CurrentDispatc 阅读全文
摘要:
public static class CopyEx { public static T DeepCopyByBin( T obj) { object retval; using (MemoryStream ms = new MemoryStream()) { BinaryFormatter bf 阅读全文