Inheritance: dnSpy.Contracts.MVVM.ViewModelBase, IMemoryVM
Ejemplo n.º 1
0
        IMemoryContent CreateMemoryContent(TWContent info)
        {
            var vm = new MemoryVM(theDebugger.Value);

            return(new MemoryContent(wpfCommandManager, themeManager, menuManager, hexEditorSettings, vm, appSettings));
        }
Ejemplo n.º 2
0
		IMemoryContent CreateMemoryContent(TWContent info) {
			var vm = new MemoryVM(theDebugger.Value);
			return new MemoryContent(wpfCommandManager, themeManager, menuManager, hexEditorSettings, vm, appSettings);
		}