port from perforce
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using Intromat.Views;
|
||||
using NodeNetwork.ViewModels;
|
||||
using ReactiveUI;
|
||||
using Splat;
|
||||
|
||||
namespace Intromat.ViewModels
|
||||
{
|
||||
public class CodeGenPendingConnectionViewModel : PendingConnectionViewModel
|
||||
{
|
||||
static CodeGenPendingConnectionViewModel()
|
||||
{
|
||||
Locator.CurrentMutable.Register(() => new CodeGenPendingConnectionView(), typeof(IViewFor<CodeGenPendingConnectionViewModel>));
|
||||
}
|
||||
|
||||
public CodeGenPendingConnectionViewModel(NetworkViewModel parent) : base(parent)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user