C# Class Care.Views.SelectOnly

Inheritance: PhoneApplicationPage
Show file Open project: thankcreate/Care

Public Properties

Property Type Description
DATASOURCE_ALL string
DATASOURCE_DOUBAN string
DATASOURCE_RENREN string
DATASOURCE_RSS string
DATASOURCE_SINAWEIBO string
SHOWTYPE_NEWS string
SHOWTYPE_PICTURES string

Public Methods

Method Description
SelectOnly ( ) : System

Private Methods

Method Description
Close_Click ( object sender, EventArgs e ) : void
Confirm_Click ( object sender, EventArgs e ) : void
PageLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

SelectOnly() public method

public SelectOnly ( ) : System
return System

Property Details

DATASOURCE_ALL public static property

public static string DATASOURCE_ALL
return string

DATASOURCE_DOUBAN public static property

public static string DATASOURCE_DOUBAN
return string

DATASOURCE_RENREN public static property

public static string DATASOURCE_RENREN
return string

DATASOURCE_RSS public static property

public static string DATASOURCE_RSS
return string

DATASOURCE_SINAWEIBO public static property

public static string DATASOURCE_SINAWEIBO
return string

SHOWTYPE_NEWS public static property

public static string SHOWTYPE_NEWS
return string

SHOWTYPE_PICTURES public static property

public static string SHOWTYPE_PICTURES
return string