mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-04-30 12:54:20 +00: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; }
|
|
}
|
|
} |