Exemple #1
0
            private static void Main()
            {
                // Create an instance of the sample class and call its Run() method to start it.
                var app = new FindText();

                app.Run();
            }
Exemple #2
0
 private static void Main()
 {
     // Create an instance of the sample class and call its Run() method to start it.
     var app = new FindText();
     app.Run();
 }