9 |
9 |
10 namespace UI |
10 namespace UI |
11 { |
11 { |
12 public class MainWindow : Window, Container |
12 public class MainWindow : Window, Container |
13 { |
13 { |
|
14 public Layout Layout |
|
15 { |
|
16 get |
|
17 { |
|
18 return Container.Layout; |
|
19 } |
|
20 set |
|
21 { |
|
22 Container.Layout = value; |
|
23 } |
|
24 } |
|
25 |
14 public IntPtr Object; |
26 public IntPtr Object; |
15 public Container Container; |
27 public Container Container; |
16 |
28 |
17 public MainWindow(String title, IntPtr uiobj) |
29 public MainWindow(String title, IntPtr uiobj) |
18 { |
30 { |