22 lines
480 B
C#
22 lines
480 B
C#
using Newtonsoft.Json.Linq;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace ssgrestserver
|
|
{
|
|
class 기존콜데이터 : AOutputTextHandler
|
|
{
|
|
protected override void setUpdateData()
|
|
{
|
|
|
|
updateTextName = "콜데이터";
|
|
|
|
mAccessableDictionary = DataCenter.getInstance().getData(DataCenter.관리중인데이터들배열.콜데이터);
|
|
|
|
}
|
|
}
|
|
}
|