An open API service indexing awesome lists of open source software.

https://github.com/tynab/sumirin-beta-falling-apart-slab

スラブ住本林業(ベタ・バラバラ)
https://github.com/tynab/sumirin-beta-falling-apart-slab

bara barabara beta bunka cs csharp dotnet emar net nishiyama ringyou slab sumimoto sumimotoringyou sumirin surabu tynab yan yan-framework yanf

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

## IMAGE DEMO



## CODE DEMO
```c#
///
/// Check internet connection.
///
/// Connection state.
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