优化布局

This commit is contained in:
Kaniu Tayou
2018-12-29 08:28:31 +08:00
parent 688a53a9dd
commit b95581b63c
8 changed files with 63 additions and 11 deletions
@@ -0,0 +1,27 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
namespace StormChatWPF.UI
{
/// <summary>
/// UserMeHeadInfo.xaml 的交互逻辑
/// </summary>
public partial class UserMeHeadInfo : UserControl
{
public UserMeHeadInfo()
{
InitializeComponent();
}
}
}