mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Moving ReadableStringHelper to common project
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
// The Microsoft Corporation licenses this file to you under the MIT license.
|
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
namespace Peek.FilePreviewer.Previewers.Helpers
|
namespace Peek.Common.Helpers
|
||||||
{
|
{
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
@@ -13,6 +13,7 @@ namespace Peek.FilePreviewer.Previewers
|
|||||||
using Microsoft.UI.Dispatching;
|
using Microsoft.UI.Dispatching;
|
||||||
using Microsoft.UI.Xaml.Media.Imaging;
|
using Microsoft.UI.Xaml.Media.Imaging;
|
||||||
using Peek.Common;
|
using Peek.Common;
|
||||||
|
using Peek.Common.Helpers;
|
||||||
using Peek.FilePreviewer.Previewers.Helpers;
|
using Peek.FilePreviewer.Previewers.Helpers;
|
||||||
using Windows.Foundation;
|
using Windows.Foundation;
|
||||||
using File = Peek.Common.Models.File;
|
using File = Peek.Common.Models.File;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ namespace Peek.FilePreviewer
|
|||||||
using CommunityToolkit.Mvvm.ComponentModel;
|
using CommunityToolkit.Mvvm.ComponentModel;
|
||||||
using Microsoft.UI.Xaml.Controls;
|
using Microsoft.UI.Xaml.Controls;
|
||||||
using Microsoft.UI.Xaml.Media.Imaging;
|
using Microsoft.UI.Xaml.Media.Imaging;
|
||||||
using Peek.FilePreviewer.Previewers.Helpers;
|
using Peek.Common.Helpers;
|
||||||
|
|
||||||
[INotifyPropertyChanged]
|
[INotifyPropertyChanged]
|
||||||
public sealed partial class UnsupportedFilePreview : UserControl
|
public sealed partial class UnsupportedFilePreview : UserControl
|
||||||
|
|||||||
Reference in New Issue
Block a user