BiliRanking.WPF.View.Home.Home C# (CSharp) Method

Home() public method

public Home ( ) : System
return System
        public Home()
        {
            InitializeComponent();

            textComplileVer.Text = "编译版本号:" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
        }