using System;
using ;
using ;
using ;
using ;
using ;
using ;
using ;
namespace ConnectionBuilder
{
public partial class ConnectionForm : Form
{
public ConnectionForm()
{
InitializeComponent();
}
private void btnCreateConnection(object sender, EventArgs e)
{
DataConnectionDialog dialog = new DataConnectionDialog();
//Add a list of data sources, you can add the data source type required by your program to the window
();
();
= ;
= ;
//Only the dialog box can be shown through the static method of the DataConnectionDialog class
//Differently use() or() to render the dialog box
if ((dialog, this) == )
{
= ;
}
}
}
}
using ;
using ;
using ;
using ;
using ;
using ;
using ;
namespace ConnectionBuilder
{
public partial class ConnectionForm : Form
{
public ConnectionForm()
{
InitializeComponent();
}
private void btnCreateConnection(object sender, EventArgs e)
{
DataConnectionDialog dialog = new DataConnectionDialog();
//Add a list of data sources, you can add the data source type required by your program to the window
();
();
= ;
= ;
//Only the dialog box can be shown through the static method of the DataConnectionDialog class
//Differently use() or() to render the dialog box
if ((dialog, this) == )
{
= ;
}
}
}
}