24 lines
356 B
C#
24 lines
356 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace DTLib.Dtsod
|
|
{
|
|
static public class DtsodV30
|
|
{
|
|
/*
|
|
public static DtsodV30 FromObject(object target)
|
|
{
|
|
|
|
}
|
|
|
|
public T ToObject<T>()
|
|
{
|
|
|
|
}
|
|
*/
|
|
}
|
|
}
|