Interaction logic for App.xaml
| 11 | /// Interaction logic for App.xaml |
| 12 | /// </summary> |
| 13 | public partial class App : Application |
| 14 | { |
| 15 | public bool newRuntimeEventHandled = false; |
| 16 | |
| 17 | public App() |
| 18 | { |
| 19 | InitializeComponent(); |
| 20 | this.Resources["AdditionalArgs"] = "--enable-features=ThirdPartyStoragePartitioning,PartitionedCookies"; |
| 21 | |
| 22 | } |
| 23 | } |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected