C# Class Ushahidi.View.Extensions.ControlExtensions

Mostra file Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
Add ( this scrollListBox, Image image ) : void
Add ( this scrollListBox, Media media ) : void

Method Details

Add() public static method

public static Add ( this scrollListBox, Image image ) : void
scrollListBox this
image System.Drawing.Image
return void

Add() public static method

public static Add ( this scrollListBox, Media media ) : void
scrollListBox this
media Ushahidi.Model.Models.Media
return void