C# Programming in Depth
- Prof. Dr. Bertrand Meyer
March 2007 – May 2007
Chair of Softw are Engineering
Lecture 5: Delegates, Events and GUI Lisa (Ling) Liu Overview - - PowerPoint PPT Presentation
Chair of Softw are Engineering C# Programming in Depth Prof. Dr. Bertrand Meyer March 2007 May 2007 Lecture 5: Delegates, Events and GUI Lisa (Ling) Liu Overview Delegates Events GUI C# programming lecture 5: Delegates,
Chair of Softw are Engineering
C# programming lecture 5: Delegates, Events and GUI 2
C# programming lecture 5: Delegates, Events and GUI 3
C# programming lecture 5: Delegates, Events and GUI 4
C# programming lecture 5: Delegates, Events and GUI 5
C# programming lecture 5: Delegates, Events and GUI 6
C# programming lecture 5: Delegates, Events and GUI 7
C# programming lecture 5: Delegates, Events and GUI 8
C# programming lecture 5: Delegates, Events and GUI 9
C# programming lecture 5: Delegates, Events and GUI 10
C# programming lecture 5: Delegates, Events and GUI 11
C# programming lecture 5: Delegates, Events and GUI 12
C# programming lecture 5: Delegates, Events and GUI 13
C# programming lecture 5: Delegates, Events and GUI 14
C# programming lecture 5: Delegates, Events and GUI 15
C# programming lecture 5: Delegates, Events and GUI 16
C# programming lecture 5: Delegates, Events and GUI 17
C# programming lecture 5: Delegates, Events and GUI 18
C# programming lecture 5: Delegates, Events and GUI 19
C# programming lecture 5: Delegates, Events and GUI 20
C# programming lecture 5: Delegates, Events and GUI 21
C# programming lecture 5: Delegates, Events and GUI 22
C# programming lecture 5: Delegates, Events and GUI 23
C# programming lecture 5: Delegates, Events and GUI 24
C# programming lecture 5: Delegates, Events and GUI 25
instance of FCL class
C# programming lecture 5: Delegates, Events and GUI 26
Form1 form; form = new Form1(); form.WindowState = FormWindowState.Maximized; form.Show();
C# programming lecture 5: Delegates, Events and GUI 27
form.Hide(); . . . form.Show();
C# programming lecture 5: Delegates, Events and GUI 28
C# programming lecture 5: Delegates, Events and GUI 29
C# programming lecture 5: Delegates, Events and GUI 30
C# programming lecture 5: Delegates, Events and GUI 31
C# programming lecture 5: Delegates, Events and GUI 32
C# programming lecture 5: Delegates, Events and GUI 33
C# programming lecture 5: Delegates, Events and GUI 34
C# programming lecture 5: Delegates, Events and GUI 35
C# programming lecture 5: Delegates, Events and GUI 36
C# programming lecture 5: Delegates, Events and GUI 37
C# programming lecture 5: Delegates, Events and GUI 38
C# programming lecture 5: Delegates, Events and GUI 39
Customer[] customers; . . // create & fill array with objects... .
C# programming lecture 5: Delegates, Events and GUI 40
C# programming lecture 5: Delegates, Events and GUI 41
C# programming lecture 5: Delegates, Events and GUI 42