Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 774 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 774 Bytes

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