mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-12-21 11:00:02 +08:00
Razor测试
This commit is contained in:
12
CPF.Razor/ICpfElementHandler.cs
Normal file
12
CPF.Razor/ICpfElementHandler.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT license.
|
||||
|
||||
//using Microsoft.MobileBlazorBindings.Core;
|
||||
|
||||
namespace CPF.Razor
|
||||
{
|
||||
public interface ICpfElementHandler : IElementHandler
|
||||
{
|
||||
UIElement Element { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user