mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-20 05:47:11 +02:00
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; }
|
|
}
|
|
} |