我目前无法使用。
public List<DeparturePortInfo> departureportlist { get; set; }
public passagespage()
{
db = new dbBoatDataContext();
departureportlist = new List<DeparturePortInfo>();
DataContext = this;
DepCB.ItemsSource = departureportlist;
}
在xaml中,我不知道该怎么办
仅供参考,即时通讯使用linq连接到SQL,因此我的代码中没有连接字符串。
无论如何,CB不会填充cos,我不知道如何指定要绑定的列。有人可以帮忙吗?