14 lines
216 B
C#
14 lines
216 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Atomx.Core.Jos
|
|
{
|
|
/// <summary>
|
|
/// 多语言本地化任务
|
|
/// </summary>
|
|
public class LocalizationJobs
|
|
{
|
|
}
|
|
}
|