Change ObsCollection to List in Common, write FunctionMaterialCreationVM, remove old UI, binding enums and functions to new UI.
This commit is contained in:
@@ -25,6 +25,8 @@ namespace StructureHelperCommon.Windows
|
||||
this.ViewModel = viewModel;
|
||||
DataContext = this.ViewModel;
|
||||
InitializeComponent();
|
||||
FunctionCB.ItemsSource = viewModel.Functions;
|
||||
FunctionCB.DisplayMemberPath = "FullName";
|
||||
}
|
||||
public FunctionMaterialCreationView() : this(new FunctionMaterialCreationVM())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user