mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +08:00
15 lines
348 B
C#
15 lines
348 B
C#
namespace BililiveRecorder.WPF.Pages
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for LogPage.xaml
|
|
/// </summary>
|
|
public partial class LogPage
|
|
{
|
|
public LogPage()
|
|
{
|
|
this.InitializeComponent();
|
|
this.VersionTextBlock.Text = " " + BuildInfo.Version + " " + BuildInfo.HeadShaShort;
|
|
}
|
|
}
|
|
}
|