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