22 lines
453 B
C#
22 lines
453 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 기존QNA : AOutputTextHandler
|
|
{
|
|
protected override void setUpdateData()
|
|
{
|
|
|
|
updateTextName = "QNA";
|
|
|
|
mAccessableDictionary = DataCenter.getInstance().getData(DataCenter.관리중인데이터들배열.QNA);
|
|
|
|
}
|
|
}
|
|
}
|