P
Piotr
This method not work.
System.Windows.Forms.Form.Refresh() work good.
Microsoft.Net Framework 1.1.
_
This code not work. Should be work. Terrorism?
....
Method2(Method());
....
public System.Object Method()
{
Text="OK";
}
public System.Object Method2(System.Object method)
{
method();
}
....
System.Windows.Forms.Form.Refresh() work good.
Microsoft.Net Framework 1.1.
_
This code not work. Should be work. Terrorism?
....
Method2(Method());
....
public System.Object Method()
{
Text="OK";
}
public System.Object Method2(System.Object method)
{
method();
}
....