Exemplo n.º 1
0
 public AddColumnWindow(UserController service, string boardName)
 {
     InitializeComponent();
     this.boardName   = boardName;
     this.service     = service;
     this.cdc         = new ColumnDataContext(this.service, boardName);
     this.DataContext = this.cdc;
 }
Exemplo n.º 2
0
        public ColumnWindow()
        {
            InitializeComponent();

            this.VM = new ColumnDataContext();

            this.DataContext = VM;
        }