2025-04-24 20:56:44 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using DateAndTimeViewModel = WPFluent.Gallery.ViewModels.Pages.DateAndTimeViewModel;
|
|
|
|
|
|
|
|
|
|
|
|
namespace WPFluent.Gallery.Views.Pages;
|
|
|
|
|
|
|
2025-05-05 17:04:06 +08:00
|
|
|
|
public partial class DateAndTimePage
|
2025-04-24 20:56:44 +08:00
|
|
|
|
{
|
2025-05-05 17:04:06 +08:00
|
|
|
|
public DateAndTimePage()
|
2025-04-24 20:56:44 +08:00
|
|
|
|
{
|
2025-05-05 17:04:06 +08:00
|
|
|
|
DataContext = new DateAndTimeViewModel();
|
2025-04-24 20:56:44 +08:00
|
|
|
|
|
|
|
|
|
|
|
2025-05-05 17:04:06 +08:00
|
|
|
|
InitializeComponent();
|
2025-04-24 20:56:44 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|