kmccmk9 / Yu-Gi-Oh-TTS-Deck-Builder

0 stars 1 forks source link

Check internet connection availability before processing #8

Closed kmccmk9 closed 4 years ago

kmccmk9 commented 4 years ago

Before processing, after verifying both files are provided, the application should check for a network connection as this is required.

bool isInternetConnected = NetworkInterface.GetIsNetworkAvailable();