11 lines
195 B
C#
11 lines
195 B
C#
using Adaptation.Shared;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using System.Text.Json;
|
|
|
|
namespace Adaptation.FileHandlers.DEP08SIASM;
|
|
|
|
public class ProcessData
|
|
{
|
|
} |