コード例 #1
0
ファイル: FindText.cs プロジェクト: liuwenye2010/prj_vs2019
            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();
            }
コード例 #2
0
ファイル: FindText.cs プロジェクト: blinds52/WPF-Samples
 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();
 }