Commit cd242f36 authored by 阿星Plus's avatar 阿星Plus

Plus Starter

parent 8c0fd26c
using System;
using System.Collections.Generic;
using System.Text;
namespace Plus
{
public class PlusStarter : IDisposable
{
public void Dispose()
{
throw new NotImplementedException();
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment