diff --git a/VPet-Simulator.Windows/WinDesign/winTrusteeShip.xaml b/VPet-Simulator.Windows/WinDesign/winTrusteeShip.xaml new file mode 100644 index 0000000..3e0aa4f --- /dev/null +++ b/VPet-Simulator.Windows/WinDesign/winTrusteeShip.xaml @@ -0,0 +1,13 @@ + + + + + diff --git a/VPet-Simulator.Windows/WinDesign/winTrusteeShip.xaml.cs b/VPet-Simulator.Windows/WinDesign/winTrusteeShip.xaml.cs new file mode 100644 index 0000000..927e61d --- /dev/null +++ b/VPet-Simulator.Windows/WinDesign/winTrusteeShip.xaml.cs @@ -0,0 +1,27 @@ +using System; +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; +using System.Windows.Shapes; + +namespace VPet_Simulator.Windows.WinDesign +{ + /// + /// winTrusteeShip.xaml 的交互逻辑 + /// + public partial class winTrusteeShip : Window + { + public winTrusteeShip() + { + InitializeComponent(); + } + } +}