Update Flow.Launcher/SelectBrowserWindow.xaml.cs

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
Kevin Zhang 2021-12-07 23:21:37 -06:00 committed by GitHub
parent 8ba52ff244
commit 127888137b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,6 @@ using System.Windows.Shapes;
namespace Flow.Launcher
{
/// <summary>
/// SelectBrowserWindow.xaml에 대한 상호 작용 논리
/// </summary>
public partial class SelectBrowserWindow : Window, INotifyPropertyChanged
{
private int selectedCustomExplorerIndex;