コード例 #1
0
 public MainWindow()
 {
     InitializeComponent();
     context          = new EmployeeDataContext();
     this.DataContext = context;
 }