Normand Briere
2017-10-02 fc0ac44e30a56c87c7cf39fe66f6b3178732f1b6
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
 
/**
 *
 * @author nbriere
 */
public interface iSendInfo
{
    void SendInfo(String text, String style);
}