mirror of
https://github.com/nsnail/dot.git
synced 2025-06-18 05:23:21 +08:00
11 lines
240 B
C#
11 lines
240 B
C#
namespace Dot;
|
|
|
|
// ReSharper disable once UnusedType.Global
|
|
public class CsxEditor
|
|
{
|
|
// ReSharper disable once UnusedMember.Local
|
|
#pragma warning disable CA1822
|
|
private void Run()
|
|
#pragma warning restore CA1822
|
|
{ }
|
|
} |