|
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 WorkingAcrossFileSystemsViewModel : ObservableRecipient
|
|
8
|
{
|
|
9
|
public WorkingAcrossFileSystemsViewModel()
|
|
10
|
{
|
|
11
|
}
|
|
12
|
} |