mirror of
https://github.com/project-redbud/FunGame-Desktop.git
synced 2025-04-24 05:59:35 +08:00
11 lines
182 B
C#
11 lines
182 B
C#
namespace Milimoe.FunGame.Desktop.UI
|
|
{
|
|
public partial class UserCenter : Form
|
|
{
|
|
public UserCenter()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|