Dynamics-AX-Extensible-Cont.../Tutorial_3_BasicActionControl/BasicActionControlForm.xpp

21 строка
378 B
C#

[Form]
public class BasicActionControlForm extends FormRun
{
[Control("Custom")]
class BasicActionControl1
{
/// <summary>
///
/// </summary>
public void clicked(str _text = "")
{
super(_text);
info(_text);
}
}
}
//The following is not a part of the sample code
//vim: set syntax=csharp: