Skip to content

スラブ住本林業(ベタ・バラバラ)

Notifications You must be signed in to change notification settings

Tynab/Sumirin-Beta-Falling-Apart-Slab

Repository files navigation

SUMIRIN BETA FALLING APART SLAB PROJECT

Project to help 西山 team of エマール group calculate and summary スラブ住本林業(ベタ・バラバラ) from 文化シャッター partner.

IMAGE DEMO

CODE DEMO

/// <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;
    }
}

PACKAGES

  • Tynab.YANF » 1.0.1