diff --git a/Source/Examples/Tests/S04_Input_Logger.cs b/Source/Examples/Tests/S04_Input_Logger.cs index 6290352f..5931c348 100644 --- a/Source/Examples/Tests/S04_Input_Logger.cs +++ b/Source/Examples/Tests/S04_Input_Logger.cs @@ -20,7 +20,7 @@ using System.Threading; namespace Examples.Tests { - public partial class S04_Input_Logger : Form, IExample + public partial class S04_Input_Logger : Form//, IExample { InputDriver driver; Dictionary keyboardListBoxes = new Dictionary(4);