fix overload on RadFlyoutBase.Show<T>(Control, object)
This commit is contained in:
@@ -85,7 +85,7 @@ partial class RadFlyoutBase
|
|||||||
|
|
||||||
public static void Show<T>(Control controlToAssociate, object? tag = null)
|
public static void Show<T>(Control controlToAssociate, object? tag = null)
|
||||||
{
|
{
|
||||||
Show<T>(controlToAssociate, tag: tag);
|
Show<T>(controlToAssociate, null, null, tag: tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Show<T>(Control controlToAssociate, string? title, RadSvgImage? icon, object? tag = null)
|
public static void Show<T>(Control controlToAssociate, string? title, RadSvgImage? icon, object? tag = null)
|
||||||
|
|||||||
Reference in New Issue
Block a user