示例#1
0
        public RemoteBoardViewModel(RemoteBoardModel model, RemoteBoardViewModel parentBoard)
            : base(model)
        {
            this.ParentBoard = parentBoard;

            this.BuildBoardItems();
        }
示例#2
0
 public RemoteBoardSettingsControlViewModel(RemoteProfileViewModel profile, RemoteBoardViewModel board)
 {
     this.Profile = profile;
     this.Board   = board;
 }