Exemplo n.º 1
0
 public void             ShowMessageBoxWithInput(string title, string message, string button_0, string button_1,
                                                 string button_2, HandleMessageBoxWithInputEvent handle)
 {
     input_handle = handle;
     _ShowMessageBoxWithInput(title, message, button_0, button_1, button_2);
 }
Exemplo n.º 2
0
	public void		ShowMessageBoxWithInput(string title, string message, string button_0, string button_1,
		string button_2, HandleMessageBoxWithInputEvent handle)
	{
		input_handle = handle;
		_ShowMessageBoxWithInput(title, message, button_0, button_1, button_2);
	}