h-you / branches / src / ProcessManagement / ProcessManagement / Common / CommonVersion.cs @ 363
履歴 | 表示 | アノテート | ダウンロード (592 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 = 216; |
18 |
|
19 |
/// <summary> |
20 |
/// コピー・環境バージョン |
21 |
/// </summary> |
22 |
public static int s_UpDateCopyVersion = 2; |
23 |
} |
24 |
} |