2025-01-22 16:18:30 +01:00

7 lines
172 B
Haxe

package system.windows;
@:native("System.Windows.Window")
extern class Window extends FrameworkElement {
public function AddChild(child: FrameworkElement): Void;
}