摘要:
code: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using S 阅读全文
摘要:
Windsor是Castle的IOC框架。需要用到两个dll(Castle.Core.dll和Castle.Windsor.dll)。 1、接口以及接口实现类: public interface ITest { int Add(int a, int b); } public class Test:I 阅读全文
摘要:
有的游戏载入一个存档图片就能还原当时的数据,应该是利用图片写入有纯当的额外数据。 另外: C# using System.Windows.Media.Imaging;该引用哪个dll在网上看到BitmapSource和WriteableBitmap一些类听说是用 using System.Windo 阅读全文