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...
|
System.Windows.Forms.TextBox | textBox1 = new System.Windows.Forms.TextBox() |
|
TEST Class: This class demonstrates how async / await patterns can be used on custom Forms. It needs at least .NET 4.5 to run!!
IG.Test.Program_IGTestQuick.Form1.Form1 |
( |
| ) |
|
|
inline |
async void IG.Test.Program_IGTestQuick.Form1.button1_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
async Task IG.Test.Program_IGTestQuick.Form1.ExampleMethodAsync |
( |
| ) |
|
|
inlineprivate |
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: