12 lines
298 B
C#
12 lines
298 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
/// <summary>
|
|
/// GlobalVariables 的摘要描述
|
|
/// </summary>
|
|
public static class GlobalVariables
|
|
{
|
|
// FNumberLock 已移除,因為改用資料庫直接取號,不再需要 Application 狀態鎖定
|
|
} |