Sumirin Beta Falling Apart Slab
v22.12.16
Project to help Nishiyama team of Emaar group calculation and summary Slab Suimoto Forestry (Beta/Battle) from Culture Shutter partner.

/// <summary>
/// Check internet connection.
/// </summary>
/// <returns>Connection state.</returns>
internal static bool IsNetAvail ( )
{
try
{
var buffer = new byte [ 32 ] ;
return new Ping ( ) . Send ( link_base , TIME_OUT , buffer , new PingOptions ( ) ) . Status == Success ;
}
catch ( Exception )
{
return false ;
}
}