9 lines
No EOL
173 B
C#
9 lines
No EOL
173 B
C#
using System;
|
|
|
|
namespace Ryujinx.Ui.App.Common
|
|
{
|
|
public class ApplicationAddedEventArgs : EventArgs
|
|
{
|
|
public ApplicationData AppData { get; set; }
|
|
}
|
|
} |