h-you / branches / src / DataCheckExcute / DataCheckExcute / Common / CommonVersion.cs @ 162
履歴 | 表示 | アノテート | ダウンロード (442 Bytes)
| 1 |
using System; |
|---|---|
| 2 |
using System.Collections.Generic; |
| 3 |
using System.Linq; |
| 4 |
using System.Text; |
| 5 |
using System.Threading.Tasks; |
| 6 |
|
| 7 |
namespace ProcessManagement.Common |
| 8 |
{
|
| 9 |
/// <summary> |
| 10 |
/// システムバージョン定義クラス |
| 11 |
/// </summary> |
| 12 |
public static class CommonVersion |
| 13 |
{
|
| 14 |
/// <summary> |
| 15 |
/// 本体バージョン |
| 16 |
/// </summary> |
| 17 |
public static int s_SystemVersion = 0; |
| 18 |
} |
| 19 |
} |