摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Draw 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Runtime.InteropServic 阅读全文
摘要:
测试: public class UnitTest1 { [TestMethod] public void TestMethod1() { Mock<TestClass> moc = new Mock<TestClass>(); moc.Setup(x => x.GetItem(It.IsAny<i 阅读全文
摘要:
public static Size ScreenSize { get { //screen resolution var height = DisplayInformation.GetForCurrentView().ScreenHeightInRawPixels; var width = Dis 阅读全文