コード例 #1
0
        public void GetWindowStationNamesTest()
        {
            var actual = Win32ApiHelper.GetWindowStationNames()?.Any() ?? false;

            Assert.IsTrue(actual);
        }