Merge Common to Desktop
This commit is contained in:
parent
26915defe1
commit
e9c6e14965
40 changed files with 447 additions and 282 deletions
|
|
@ -1,10 +0,0 @@
|
|||
using ReactiveUI;
|
||||
|
||||
namespace InkForge.Common.ReactiveUI;
|
||||
|
||||
public abstract class RoutableReactiveObject(IScreen screen) : ReactiveObject, IRoutableViewModel
|
||||
{
|
||||
public abstract string? UrlPathSegment { get; }
|
||||
|
||||
public IScreen HostScreen => screen;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue