G
genc_ ymeri at hotmail dot com
Hi,
How can I translate this method in C# ?
public void actionPerformed (ActionEvent event)
{
if even.getSource() == mybtn
{
sayHello();
}
}
Thanks in advance.
How can I translate this method in C# ?
public void actionPerformed (ActionEvent event)
{
if even.getSource() == mybtn
{
sayHello();
}
}
Thanks in advance.