CalDavSynchronizer.Ui.Options.ViewModels.NullOptionsViewModelFactory.CreateTemplate C# (CSharp) Метод

CreateTemplate() публичный Метод

public CreateTemplate ( Contracts options, GeneralOptions generalOptions, ProfileType type ) : IOptionsViewModel
options Contracts
generalOptions CalDavSynchronizer.Contracts.GeneralOptions
type ProfileType
Результат IOptionsViewModel
    public IOptionsViewModel CreateTemplate (Contracts.Options options, GeneralOptions generalOptions, ProfileType type)
    {
      throw new NotSupportedException();
    }
  }
NullOptionsViewModelFactory