Inheritance: IRecentInfo
コード例 #1
0
ファイル: Content.cs プロジェクト: dkv01/withSIX.Desktop
 public void Use(ILaunchContentAction <IContent> action)
 {
     RecentInfo = new RecentInfo(action.LaunchType);
     PrepareEvent(new ContentUsed(this, action));
 }
コード例 #2
0
ファイル: Content.cs プロジェクト: dkv01/withSIX.Desktop
 public void Use(IContentAction <IContent> action)
 {
     RecentInfo = new RecentInfo();
     PrepareEvent(new ContentUsed(this, action));
 }