29 lines
861 B
C#
29 lines
861 B
C#
|
//using System;
|
|||
|
//using System.Collections.Generic;
|
|||
|
//using System.Text;
|
|||
|
//using System.Collections;
|
|||
|
//using System.Data;
|
|||
|
|
|||
|
//using Cosmos.UserFrame;
|
|||
|
|
|||
|
///*-----------------------------------------------------------------------------------------------*/
|
|||
|
///* File (파 일) : Globalization.cs
|
|||
|
// * Class (클 래 스) : GlobalInfo / ST_CULTURE_MASTER
|
|||
|
// * Description (설 명) : Global 기능 지원 클래스 (StateServer 등록)
|
|||
|
// * Writer (작 성 자) : S.R.YOON
|
|||
|
// * Revision History (변 경 이 력) :
|
|||
|
///*-----------------------------------------------------------------------------------------------*/
|
|||
|
//namespace Cosmos.Common
|
|||
|
//{
|
|||
|
// /// <summary>
|
|||
|
// /// Global 정보
|
|||
|
// /// </summary>
|
|||
|
// public class GlobalInfo : Globalbase
|
|||
|
// {
|
|||
|
// #region ### User Definition Region ###
|
|||
|
|
|||
|
|
|||
|
// #endregion
|
|||
|
// }
|
|||
|
//}
|