www.pudn.com > sqlTool.rar > FormDataView.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace sqlTool
{
public partial class FormDataView : Form
{
public FormDataView()
{
InitializeComponent();
}
}
}