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