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