Skip to content

Commit

Permalink
Update API Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Nov 15, 2024
1 parent a34cc0a commit e019f33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ namespace ReactiveUI.Winforms
public PlatformOperations() { }
public string? GetOrientation() { }
}
[WinRT.WinRTExposedType(typeof(WinRT.ReactiveUI_WinformsVtableClasses.ReactiveUI_Winforms_ReactiveUserControl_TViewModel_WinRTTypeDetails))]
[WinRT.WinRTExposedType(typeof(WinRT.ReactiveUI_WinformsVtableClasses.ReactiveUI_Winforms_ReactiveUserControlNonGenericWinRTTypeDetails))]
[WinRT.WinRTRuntimeClassName("Windows.Foundation.IClosable")]
public class ReactiveUserControlNonGeneric : System.Windows.Forms.UserControl, ReactiveUI.IActivatableView, ReactiveUI.IViewFor
{
public ReactiveUserControlNonGeneric() { }
protected override void Dispose(bool disposing) { }
}
[WinRT.WinRTExposedType(typeof(WinRT.ReactiveUI_WinformsVtableClasses.ReactiveUI_Winforms_ReactiveUserControl_TViewModel_WinRTTypeDetails?))]
[WinRT.WinRTExposedType(typeof(WinRT.ReactiveUI_WinformsVtableClasses.ReactiveUI_Winforms_ReactiveUserControlNonGenericWinRTTypeDetails?))]
[WinRT.WinRTRuntimeClassName("Windows.Foundation.IClosable")]
public class ReactiveUserControl<TViewModel> : System.Windows.Forms.UserControl, ReactiveUI.IActivatableView, ReactiveUI.IViewFor, ReactiveUI.IViewFor<TViewModel>
where TViewModel : class
Expand Down

0 comments on commit e019f33

Please sign in to comment.