public AddColumnWindow(UserController service, string boardName) { InitializeComponent(); this.boardName = boardName; this.service = service; this.cdc = new ColumnDataContext(this.service, boardName); this.DataContext = this.cdc; }
public ColumnWindow() { InitializeComponent(); this.VM = new ColumnDataContext(); this.DataContext = VM; }