Exemple #1
0
 public void DrawerConstructor(GenericNodeViewModel <GenericNode> viewModel)
 {
     Ctx.CurrentConstructor.Parameters[0].Type = (Ctx.Data.Name + "NodeViewModel").ToCodeReference();
 }
Exemple #2
0
 public ShellNodeTypeDrawerTemplate(GenericNodeViewModel <GenericNode> viewModel)
     : base(viewModel)
 {
 }