Skip to content

Commit be7abef

Browse files
committed
Remove Obsolete Classes/Methods
1 parent a6e68aa commit be7abef

File tree

7 files changed

+3
-234
lines changed

7 files changed

+3
-234
lines changed

dev/DevWinUI.Controls/Common/NavigationView/SettingsNavigationAttach.cs

Lines changed: 0 additions & 63 deletions
This file was deleted.

dev/DevWinUI.Controls/Controls/WindowedContentDialog/WindowedContentDialog.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Microsoft.UI.Windowing;
2-
using Microsoft.UI.Xaml;
32
using Microsoft.UI.Xaml.Controls.Primitives;
43
using Microsoft.UI.Xaml.Shapes;
54

dev/DevWinUI/Common/Picker/FilePicker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace DevWinUI;
66

7-
public class FilePicker
7+
public partial class FilePicker
88
{
99
private IntPtr hwnd;
1010
public FilePicker(IntPtr hwnd)

dev/DevWinUI/Common/Picker/FolderPicker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace DevWinUI;
55

6-
public class FolderPicker
6+
public partial class FolderPicker
77
{
88
private IntPtr hwnd;
99
public FolderPicker(IntPtr hwnd)

dev/DevWinUI/Common/Picker/SavePicker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace DevWinUI;
66

7-
public class SavePicker
7+
public partial class SavePicker
88
{
99
private IntPtr hwnd;
1010
public SavePicker(IntPtr hwnd)

dev/DevWinUI/Helpers/FileAndFolderPickerHelper.cs

Lines changed: 0 additions & 148 deletions
This file was deleted.

dev/DevWinUI/Helpers/NavigationHelperEx.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)