添加自定义菜单图标
This commit is contained in:
30
Control/Other/CustomIconUrlDialog.xaml.cs
Normal file
30
Control/Other/CustomIconUrlDialog.xaml.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
using GeekDesk.Util;
|
||||
using GeekDesk.ViewModel;
|
||||
using Microsoft.Win32;
|
||||
using System;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Media.Imaging;
|
||||
|
||||
|
||||
namespace GeekDesk.Control.Other
|
||||
{
|
||||
/// <summary>
|
||||
/// TextDialog.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class CustomIconUrlDialog
|
||||
{
|
||||
|
||||
public CustomIconUrlDialog(AppConfig appConfig)
|
||||
{
|
||||
this.DataContext = appConfig;
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public CustomIconUrlDialog()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user