add mapcontrol
add remote path(gitlab)
This commit is contained in:
@@ -4,16 +4,10 @@ using System.Net;
|
||||
using System.Management;
|
||||
using System.Data;
|
||||
using AR;
|
||||
using System.Security.Policy;
|
||||
using Project.StateMachine;
|
||||
using System.Data.SqlClient;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Speech.Synthesis;
|
||||
using System.Media;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.Data.SqlClient;
|
||||
|
||||
namespace Project
|
||||
{
|
||||
@@ -406,7 +400,7 @@ namespace Project
|
||||
var conn = new SqlConnection(AGV4.Properties.Settings.Default.CS);// "Data Source=10.131.15.18;Initial Catalog=EE;Persist Security Info=True;User ID=eeuser;Password=Amkor123!");
|
||||
conn.Open();
|
||||
string ProcName = "AddPrgmUser3";
|
||||
SqlCommand cmd = new SqlCommand(ProcName, conn)
|
||||
var cmd = new SqlCommand(ProcName, conn)
|
||||
{
|
||||
CommandType = CommandType.StoredProcedure
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user