コード例 #1
0
ファイル: Program.cs プロジェクト: eddiepundt/test7
        static void Main(string[] args)
        {
            clsSQL objSQL = new clsSQL();
            String strTest;

            strTest = "";

            strTest = objSQL.Get_SQL_Connection_String("", "websource");



            Console.WriteLine("a");
            Console.ReadKey();

            Console.WriteLine("Git is good");
            Console.ReadKey();
            Console.WriteLine("Git is real good");

            // test


            // another comment
            // test2
        }