C2017-003: Support SQL Server for storing of Referenced Object data
This commit is contained in:
22
PROMS/RoAccessToSql/Program.cs
Normal file
22
PROMS/RoAccessToSql/Program.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace RoAccessToSql
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new RoAccessToSql(args));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user