コード例 #1
0
        public void TestDefaultConstructor()
        {
            DesktopControl desktop = new DesktopControl();

            Assert.IsNotNull(desktop); // nonsense; avoids compiler warning
        }
コード例 #2
0
 public void TestDefaultConstructor() {
   DesktopControl desktop = new DesktopControl();
   Assert.IsNotNull(desktop); // nonsense; avoids compiler warning
 }