Exemplo n.º 1
0
 public SaveCommand(ShaderEditorVM shaderEditorViewModel)
 {
     this.facade = shaderEditorViewModel;
 }
Exemplo n.º 2
0
 public ShaderEditorPopup()
 {
     win       = new AvaloniaShaderEditor();
     ViewModel = (ShaderEditorVM)win.DataContext;
 }