mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Added starter method for directory root:good; adding json props and converters to directory classes
This commit is contained in:
parent
e196ff1627
commit
ad48b1ebac
4 changed files with 57 additions and 18 deletions
|
|
@ -62,7 +62,8 @@ namespace PepperDash.Essentials
|
|||
|
||||
var routeRoom = Room as IRunRouteAction;
|
||||
if(routeRoom != null)
|
||||
Parent.AddAction(string.Format(@"/room/{0}/source", Room.Key), new Action<SourceSelectMessageContent>(c => routeRoom.RunRouteAction(c.SourceListItem)));
|
||||
Parent.AddAction(string.Format(@"/room/{0}/source", Room.Key), new Action<SourceSelectMessageContent>(c =>
|
||||
routeRoom.RunRouteAction(c.SourceListItem)));
|
||||
|
||||
var defaultRoom = Room as IRunDefaultPresentRoute;
|
||||
if(defaultRoom != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue