Windows 8 の Metro アプリでできるように、WinForms で非同期処理を行うことは可能ですか?
例えば:
protected async void Something()
{
await FileIO.Something();
}
WinForms にあると本当にクールです。
Windows 8 の Metro アプリでできるように、WinForms で非同期処理を行うことは可能ですか?
例えば:
protected async void Something()
{
await FileIO.Something();
}
WinForms にあると本当にクールです。