/ src / Ryujinx.UI.Common / App / ApplicationAddedEventArgs.cs
ApplicationAddedEventArgs.cs
1  using System;
2  
3  namespace Ryujinx.UI.App.Common
4  {
5      public class ApplicationAddedEventArgs : EventArgs
6      {
7          public ApplicationData AppData { get; set; }
8      }
9  }