Online Eiffel Documentation |
Documentation Home > Technologies > .NET > Samples > Winform Samples |
EiffelStudio |
Simple data binding |
To compile the example:
After launching the application, you will see a window displayed with a similar appearance to the one above.
This is a list of five customers you can parse, and we display the details of the current customer in the list.
Clicking on the left button (|<) will bring you on the first customer of the list.
Clicking on the left button (<) will bring you on the precedent customer in the list.
Clicking on the right button (>) will bring you on the next customer in the list.
Clicking on the right button (>|) will bring you on the last customer of the list.
This sample contains the following class:
This sample is translated from the example located in the QuickStart\winforms\samples\dataBinding subdirectory of the .NET Framework SDK samples directory of Microsoft Visual Studio.NET.
Copyright 1993-2006 Eiffel Software. All rights reserved. |