first commit
This commit is contained in:
6
Nitrox.Launcher/Models/Design/IRoutingScreen.cs
Normal file
6
Nitrox.Launcher/Models/Design/IRoutingScreen.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Nitrox.Launcher.Models.Design;
|
||||
|
||||
public interface IRoutingScreen
|
||||
{
|
||||
object ActiveViewModel { get; set; }
|
||||
}
|
Reference in New Issue
Block a user