|
1
|
// Copyright (C) Microsoft Corporation. All rights reserved. |
|
2
|
|
|
3
|
using CommunityToolkit.Mvvm.ComponentModel; |
|
4
|
|
|
5
|
namespace WslSettings.ViewModels.OOBE; |
|
6
|
|
|
7
|
public partial class VSIntegrationViewModel : ObservableRecipient |
|
8
|
{ |
|
9
|
public VSIntegrationViewModel() |
|
10
|
{ |
|
11
|
} |
|
12
|
} |