static Application() { Logger = new Logger(); Logger.Name = "NekoKun 日志"; OutputPad.Attach(Logger); }
public void Dispose() { OutputPad.Detach(this); this.editor.Dispose(); }