diff options
Diffstat (limited to 'reference/csharp/ui/src/ui_sizing.cs')
-rw-r--r-- | reference/csharp/ui/src/ui_sizing.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reference/csharp/ui/src/ui_sizing.cs b/reference/csharp/ui/src/ui_sizing.cs index 07f5769..e1574c8 100644 --- a/reference/csharp/ui/src/ui_sizing.cs +++ b/reference/csharp/ui/src/ui_sizing.cs | |||
@@ -10,7 +10,7 @@ using System; | |||
10 | 10 | ||
11 | public class Example : Efl.Csharp.Application | 11 | public class Example : Efl.Csharp.Application |
12 | { | 12 | { |
13 | protected override void OnInitialize(Eina.Array<System.String> args) | 13 | protected override void OnInitialize(string[] args) |
14 | { | 14 | { |
15 | // Create a window and initialize it | 15 | // Create a window and initialize it |
16 | Efl.Ui.Win win = new Efl.Ui.Win(null, winType: Efl.Ui.WinType.Basic); | 16 | Efl.Ui.Win win = new Efl.Ui.Win(null, winType: Efl.Ui.WinType.Basic); |