File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33using System . Threading . Tasks ;
44using InEngine . Core . Exceptions ;
55using InEngine . Core . IO ;
6+ using InEngine . Core . LifeCycle ;
67using Konsole ;
78using Quartz ;
89
Original file line number Diff line number Diff line change 3737 <Folder Include =" Queuing\LifeCycle\" />
3838 <Folder Include =" Queuing\Message\" />
3939 <Folder Include =" Scheduling\LifeCycle\" />
40+ <Folder Include =" LifeCycle\" />
4041 </ItemGroup >
4142 <ItemGroup >
4243 <Reference Include =" System.ComponentModel.DataAnnotations" />
Original file line number Diff line number Diff line change 22using InEngine . Core . Exceptions ;
33using InEngine . Core . IO ;
44
5- namespace InEngine . Core
5+ namespace InEngine . Core . LifeCycle
66{
77 public class CommandLifeCycle
88 {
Original file line number Diff line number Diff line change 11using System ;
22using InEngine . Core . Scheduling ;
33
4- namespace InEngine . Core
4+ namespace InEngine . Core . LifeCycle
55{
66 public interface IHasCommandLifeCycle
77 {
You can’t perform that action at this time.
0 commit comments