Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Ewing <lewing@microsoft.com>2018-07-12 02:06:50 +0300
committerLarry Ewing <lewing@microsoft.com>2018-07-16 22:05:49 +0300
commitd258ab2cfb7509f43fa0420d6fe68b23a2b7fe5e (patch)
tree7244370941d3d77e69cf883c9754ddf47c8b04b9 /Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs
parent74d3e8ef0f360ad4273905518b59be552c8a83ca (diff)
Add UnderlinedTabViewController
Make an initial work for a TabViewController that renders tabs like the Design mockups.
Diffstat (limited to 'Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs b/Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs
index 21eaa73..c572a27 100644
--- a/Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs
+++ b/Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs
@@ -10,7 +10,7 @@ using Xamarin.PropertyEditing.ViewModels;
namespace Xamarin.PropertyEditing.Mac
{
- class NotifyingViewController<T> : NSViewController, INotifyingListner<T> where T : NotifyingObject
+ internal class NotifyingViewController<T> : NSViewController, INotifyingListner<T> where T : NotifyingObject
{
internal T ViewModel {
get => Adaptor.ViewModel;