IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Test.Program_IGTestQuick.Form1 Class Reference

TEST Class: This class demonstrates how async / await patterns can be used on custom Forms. It needs at least .NET 4.5 to run!! More...

+ Inheritance diagram for IG.Test.Program_IGTestQuick.Form1:
+ Collaboration diagram for IG.Test.Program_IGTestQuick.Form1:

Public Member Functions

 Form1 ()
 

Private Member Functions

async void button1_Click (object sender, EventArgs e)
 
async Task ExampleMethodAsync ()
 

Private Attributes

System.Windows.Forms.TextBox textBox1 = new System.Windows.Forms.TextBox()
 

Detailed Description

TEST Class: This class demonstrates how async / await patterns can be used on custom Forms. It needs at least .NET 4.5 to run!!

Constructor & Destructor Documentation

IG.Test.Program_IGTestQuick.Form1.Form1 ( )
inline

Member Function Documentation

async void IG.Test.Program_IGTestQuick.Form1.button1_Click ( object  sender,
EventArgs  e 
)
inlineprivate
async Task IG.Test.Program_IGTestQuick.Form1.ExampleMethodAsync ( )
inlineprivate

Member Data Documentation

System.Windows.Forms.TextBox IG.Test.Program_IGTestQuick.Form1.textBox1 = new System.Windows.Forms.TextBox()
private

The documentation for this class was generated from the following file: