AutoPython
Joined: 05 Dec 2009 Posts: 12
|
Posted: Sun Dec 06, 2009 9:10 am Post subject: |
|
|
I think the second one would go like this:
Code: |
import dfl.all;
import myform2;
void main: initializeMyForm()
{
auto d = new MyForm();
d.text = "Hello...";
d.Name.text = "name";
d.show();
}
|
Again, I can't test these right now because my DFL library won't compile thins. |
|