We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860b45b commit 6edfecdCopy full SHA for 6edfecd
src/EmptyFlow.SciterAPI/Client/SciterAPIHost.cs
@@ -50,6 +50,8 @@ public SciterAPIHost () {
50
}
51
52
private void InnerLoadAPI () {
53
+ Console.WriteLine ("Start load Sciter API....");
54
+
55
m_apiPointer = SciterAPI ();
56
if ( m_apiPointer == IntPtr.Zero ) return;
57
@@ -69,6 +71,8 @@ private void InnerLoadAPI () {
69
71
Console.WriteLine ( $"SciterAPI version: {VersionOfLibrary}" );
70
72
73
m_basicApi.SciterExec ( ApplicationCommand.SCITER_APP_INIT, IntPtr.Zero, IntPtr.Zero );
74
75
+ Console.WriteLine ( "Sciter API Loaded!" );
76
77
78
/// <summary>
0 commit comments