Inheritance: IRecentInfo
Example #1
0
 public void Use(ILaunchContentAction <IContent> action)
 {
     RecentInfo = new RecentInfo(action.LaunchType);
     PrepareEvent(new ContentUsed(this, action));
 }
Example #2
0
 public void Use(IContentAction <IContent> action)
 {
     RecentInfo = new RecentInfo();
     PrepareEvent(new ContentUsed(this, action));
 }