Skip to content

Instantly share code, notes, and snippets.

@nathanpovo
nathanpovo / introrx.md
Created October 27, 2023 16:13 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@nathanpovo
nathanpovo / App.xaml
Created May 26, 2021 12:51
MahApps.Metro dialogs with ReactiveUI
<Application x:Class="ReactiveUIMahAppsDialog.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!-- MahApps.Metro resource dictionaries. Make sure that all file names are Case Sensitive! -->
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />