C# Class NinjaCoder.MvvmCross.Factories.FrameworkFactory

Defines the FrameworkFactory type.
Inheritance: IFrameworkFactory
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
FrameworkFactory ( ISettingsService settingsService ) : System.Collections.Generic

Initializes a new instance of the FrameworkFactory class.

Private Methods

Method Description
GetUrlPath ( string image ) : string

Gets the URL path.

Method Details

FrameworkFactory() public method

Initializes a new instance of the FrameworkFactory class.
public FrameworkFactory ( ISettingsService settingsService ) : System.Collections.Generic
settingsService ISettingsService The settings service.
return System.Collections.Generic