aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ui.Common/App/ApplicationAddedEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Ui.Common/App/ApplicationAddedEventArgs.cs')
-rw-r--r--Ryujinx.Ui.Common/App/ApplicationAddedEventArgs.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Ryujinx.Ui.Common/App/ApplicationAddedEventArgs.cs b/Ryujinx.Ui.Common/App/ApplicationAddedEventArgs.cs
new file mode 100644
index 00000000..6ae7409a
--- /dev/null
+++ b/Ryujinx.Ui.Common/App/ApplicationAddedEventArgs.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace Ryujinx.Ui.App.Common
+{
+ public class ApplicationAddedEventArgs : EventArgs
+ {
+ public ApplicationData AppData { get; set; }
+ }
+} \ No newline at end of file