// // Copyright (c) Adrian Conlon. All rights reserved. // namespace MC6809 { public class ProfileEventArgs(string output) : EventArgs { public string Output { get; } = output; } }