add:仿希沃计时器
This commit is contained in:
@@ -24,6 +24,18 @@ namespace Ink_Canvas
|
||||
InitializeUI();
|
||||
}
|
||||
|
||||
public static Window CreateTimerWindow()
|
||||
{
|
||||
if (MainWindow.Settings.RandSettings?.UseSeewoStyleUI == true)
|
||||
{
|
||||
return new SeewoStyleTimerWindow();
|
||||
}
|
||||
else
|
||||
{
|
||||
return new CountdownTimerWindow();
|
||||
}
|
||||
}
|
||||
|
||||
private void Timer_Elapsed(object sender, ElapsedEventArgs e)
|
||||
{
|
||||
if (!isTimerRunning || isPaused)
|
||||
|
||||
Reference in New Issue
Block a user