2024-05-04 08:26:16 +00:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
|
|
|
|
|
2026-05-22 12:25:02 +00:00
|
|
|
using Rokojori.Extensions;
|
2024-05-04 08:26:16 +00:00
|
|
|
namespace Rokojori
|
|
|
|
|
{
|
2026-05-22 12:25:02 +00:00
|
|
|
[RokojoriActionCoreGDIgnore]
|
2024-05-04 08:26:16 +00:00
|
|
|
public class Null
|
|
|
|
|
{
|
|
|
|
|
private Null(){}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|