예제 #1
0
 public SaveCommand(ShaderEditorVM shaderEditorViewModel)
 {
     this.facade = shaderEditorViewModel;
 }
예제 #2
0
 public ShaderEditorPopup()
 {
     win       = new AvaloniaShaderEditor();
     ViewModel = (ShaderEditorVM)win.DataContext;
 }