Beispiel #1
0
 public ChoiceHandlerMetadata()
 {
     Implementation      = typeof(UIChoiceHandler).FullName;
     LoaderConfiguration = new ResourceLoaderConfiguration {
         PathPrefix = ChoiceHandlersConfiguration.DefaultChoiceHandlersPathPrefix
     };
 }
 public ChoiceHandlerMetadata()
 {
     Implementation = typeof(UIChoiceHandler).AssemblyQualifiedName;
     Loader         = new ResourceLoaderConfiguration {
         PathPrefix = ChoiceHandlersConfiguration.DefaultPathPrefix
     };
 }