mirror of
https://github.com/soukoku/ntwain.git
synced 2025-06-28 15:28:06 +08:00
Tweaked console sample end messages.
This commit is contained in:
parent
f196f605c5
commit
c3244d406e
@ -63,16 +63,16 @@ namespace ConsoleApp
|
|||||||
Console.WriteLine("ERROR: " + ex.ToString());
|
Console.WriteLine("ERROR: " + ex.ToString());
|
||||||
}
|
}
|
||||||
|
|
||||||
Console.WriteLine("------------------------------------------------");
|
Console.WriteLine("---------------------------------------------");
|
||||||
Console.WriteLine("Test in progress, press Enter to stop testing...");
|
Console.WriteLine("Test in progress, press Enter to stop testing");
|
||||||
Console.WriteLine("------------------------------------------------");
|
Console.WriteLine("---------------------------------------------");
|
||||||
Console.ReadLine();
|
Console.ReadLine();
|
||||||
var rc = session.StepDown(NTwain.Data.TwainState.S1);
|
var rc = session.StepDown(NTwain.Data.TwainState.S1);
|
||||||
Console.WriteLine("StepDown RC=" + rc);
|
Console.WriteLine("Session StepDown RC=" + rc);
|
||||||
|
Console.WriteLine("-------------------");
|
||||||
|
Console.WriteLine("Press Enter to exit");
|
||||||
|
Console.WriteLine("-------------------");
|
||||||
Console.ReadLine();
|
Console.ReadLine();
|
||||||
Console.WriteLine("----------------------");
|
|
||||||
Console.WriteLine("Press Enter to exit...");
|
|
||||||
Console.WriteLine("----------------------");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void Session_SourceDisabled(object sender, EventArgs e)
|
private static void Session_SourceDisabled(object sender, EventArgs e)
|
||||||
|
Loading…
Reference in New Issue
Block a user