fix(ui): 修复 Tablet 设备默认实现失效 (#1467)
This commit is contained in:
@@ -21,6 +21,9 @@ Module Program
|
||||
form.InitializeComponent()
|
||||
Return form
|
||||
End Function
|
||||
'From dotnet/wpf #2393: fix tablet devices broken on .NET Core 3.0+
|
||||
'ReSharper disable once UnusedVariable
|
||||
Dim vbSucks = Tablet.TabletDevices
|
||||
'Start lifecycle
|
||||
Lifecycle.OnInitialize()
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user