Resolving warnings and treating warnings as errors in WinUI project. (#824)
This commit is contained in:
@@ -71,7 +71,7 @@ public partial class WinoInfoBar : InfoBar
|
||||
}
|
||||
}
|
||||
|
||||
private async void TimerTick(object sender, object e)
|
||||
private async void TimerTick(object? sender, object e)
|
||||
{
|
||||
_dispatcherTimer.Stop();
|
||||
_dispatcherTimer.Tick -= TimerTick;
|
||||
|
||||
Reference in New Issue
Block a user