VPet/VPet-Simulator.Windows/MutiPlayer/MPUserControl.xaml.cs

27 lines
611 B
C#
Raw Normal View History

2024-03-15 17:33:56 +00:00
using System;
2024-03-11 07:22:23 +00:00
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
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;
2024-03-15 17:33:56 +00:00
using System.Windows.Navigation;
2024-03-11 07:22:23 +00:00
using System.Windows.Shapes;
namespace VPet_Simulator.Windows;
/// <summary>
2024-03-15 17:33:56 +00:00
/// MPUserControl.xaml 的交互逻辑
2024-03-11 07:22:23 +00:00
/// </summary>
2024-03-15 17:33:56 +00:00
public partial class MPUserControl : UserControl
2024-03-11 07:22:23 +00:00
{
2024-03-15 17:33:56 +00:00
public MPUserControl()
2024-03-11 07:22:23 +00:00
{
InitializeComponent();
}
}