private void simpleButton1_Click(object sender, EventArgs e) { gridControl1.DataSource = CSpanData.Instance.dt_typeC; GridView1.PopulateColumns(); }