gismofx / toast_ui.blazor_calendar

Toast UI Calendar Wrapper For Blazor
MIT License
54 stars 8 forks source link

Remove warnings from test project view model #42

Closed gismofx closed 2 years ago

gismofx commented 2 years ago

Add await Task.Delay.. to ViewModel methods to remove compiler warnings. Improves example code.

gismofx commented 2 years ago

@SeanFeldman This is great! Lots of good house keeping and clean up. Thank you. I just made the ViewModel async again and added await Task.Delay... This is just to keep the example code consistent as those methods would probably be async in real-world.