C# Class SparkleShare.Bubbles

Mostrar archivo Open project: hbons/SparkleShare Class Usage Examples

Public Properties

Property Type Description
Controller BubblesController

Public Methods

Method Description
Bubbles ( ) : System
ShowBubbleEvent ( string title, string subtext, string image_path ) : void

Method Details

Bubbles() public method

public Bubbles ( ) : System
return System

ShowBubbleEvent() public method

public ShowBubbleEvent ( string title, string subtext, string image_path ) : void
title string
subtext string
image_path string
return void

Property Details

Controller public_oe property

public BubblesController,SparkleShare Controller
return BubblesController