mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-01 15:07:17 +00:00
9 lines
173 B
C#
9 lines
173 B
C#
using System;
|
|
|
|
namespace Ryujinx.Ui.App.Common
|
|
{
|
|
public class ApplicationAddedEventArgs : EventArgs
|
|
{
|
|
public ApplicationData AppData { get; set; }
|
|
}
|
|
} |