Beispiel #1
0
        public void TestPauseOK()
        {
            Out123 handle = new Out123();

            handle.Pause();
            Assert.AreEqual(Out123.Errors.OK, handle.LastErrorCode());
        }