Category:Rivers of Arkansas
Category:Rivers of Prairie County, ArkansasColor>
And finally,
public MainWindow()
{
InitializeComponent();
this.DataContext = this;
}
public MainWindowViewModel()
{
SelectedQtyList = new List();
this.QtysList = new List();
this.GetQtyList();
}
public List SelectedQtyList { get; set; }
public List QtysList { get; set; }
public List QtysList2 { get; set; }
private void RefreshSelection()
{
if (this.SelectedQtyList.Count!= 0)
{
this.QtysList = new List(this.SelectedQtyList);
}
this.QtysList2 = new List(this.QtysList);
}
public void ac619d1d87
Related links:
Comments