using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Distribution
|
|
{
|
|
public partial class DistributionForm : Form
|
|
{
|
|
|
|
private bool mIsCustomerSynced,mIs;
|
|
public DistributionForm()
|
|
{
|
|
InitializeComponent();
|
|
dataGridViewSaleOutStore.AutoGenerateColumns = false;
|
|
dataGridViewDingHuo.AutoGenerateColumns = false;
|
|
dataGridViewFaHuo.AutoGenerateColumns = false;
|
|
}
|
|
|
|
private void DistributionForm_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void btnSearch_Click(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|