Exemple #1
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     BindPointBuilder.Init();
     foreach (var item in BindPointBuilder.BindPoints.Values)
     {
         _BindPointList.AddRange(item);
     }
     DataListAdd();
 }