da4e0856 ^
deb99d2c ^
7b0576db ^
1 2
3
4 5 6
7
8
9
using System; namespace Ryujinx.Ui.App.Common { public class ApplicationAddedEventArgs : EventArgs { public ApplicationData AppData { get; set; } } }