[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/SongulSYTRK/Data_Access/master/Dapper_CRUD_Example/Program.cs [Back]  [Original]

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Dapper_CRUD_Example
{
    static class Program
    {
        /// 
        /// The main entry point for the application.
        /// 
        [STAThread]
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Form1());
        }
    }
}

Web Proxy Viewer  |  New URL  |  Original Page