C# Class SparkleShare.BubblesController

Mostrar archivo Open project: hbons/SparkleShare

Public Methods

Method Description
BubbleClicked ( ) : void
BubblesController ( ) : System.Text
ShowBubble ( string title, string subtext, string image_path ) : void

Method Details

BubbleClicked() public method

public BubbleClicked ( ) : void
return void

BubblesController() public method

public BubblesController ( ) : System.Text
return System.Text

ShowBubble() public method

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