15 lines
203 B
Text
15 lines
203 B
Text
import xforms;
|
|
import forms;
|
|
|
|
public class MainWindow : XForm, using(MainWindow)
|
|
{
|
|
constructor new()
|
|
<= super new()
|
|
{
|
|
}
|
|
|
|
private onExit(sender)
|
|
{
|
|
forward Program.stop()
|
|
}
|
|
}
|