Ejemplo n.º 1
0
 public MainViewModel()
 {
     Test         = new CmdFamily();
     LoadRoom     = new CmdRoom();
     Door         = new CmdDoor();
     Connector    = new CmdConnector();
     GetSelection = new CmdSelected();
 }
Ejemplo n.º 2
0
        public RibbonViewModel()
        {
            this.DeleteElement = new DeleteElementCommand();

            this.DeleteMatchElement = new DeleteMatchElementCommand();

            this.SplitButton1 = new SplitButton1Command();

            this.SplitButton2 = new SplitButton1Command();

            this.FlowButton1 = new FlowButton1Command();

            this.FlowButton2 = new FlowButton1Command();
        }