EnsureInitialized() 개인적인 메소드

private EnsureInitialized ( ) : void
리턴 void
예제 #1
0
        static CommandBinder()
        {
            RxApp.EnsureInitialized();

            binderImplementation = Locator.Current.GetService <ICommandBinderImplementation>() ??
                                   new CommandBinderImplementation();
        }
 static PropertyBindingMixins()
 {
     RxApp.EnsureInitialized();
     binderImplementation = new PropertyBinderImplementation();
 }
예제 #3
0
 static ViewForMixins()
 {
     RxApp.EnsureInitialized();
 }
예제 #4
0
 static RoutingState()
 {
     RxApp.EnsureInitialized();
 }
 static ReactiveNotifyPropertyChangedMixin()
 {
     RxApp.EnsureInitialized();
 }
예제 #6
0
 static InteractionBindingMixins()
 {
     RxApp.EnsureInitialized();
     binderImplementation = new InteractionBinderImplementation();
 }
예제 #7
0
 static DefaultPropertyBinding()
 {
     RxApp.EnsureInitialized();
 }