topical media & game development
professional-xml-19-Listing-19-10.txt / txt
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WroxWinCustomer
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
Wrox.Customers ws = new Wrox.Customers();
dataGridView1.DataMember = "Customers";
dataGridView1.DataSource = ws.GetCustomers();
}
}
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.