changeset 62 | ac698f4e1b36 |
parent 57 | 544132d07c3b |
child 67 | 6e50baf5a811 |
1.1 --- a/Client/Client.cs Mon Sep 22 13:21:00 2014 +0200 1.2 +++ b/Client/Client.cs Mon Sep 22 16:04:26 2014 +0200 1.3 @@ -70,6 +70,12 @@ 1.4 Channel.SetName(aClientName); 1.5 } 1.6 1.7 + 1.8 + public void SetLayout(TableLayout aLayout) 1.9 + { 1.10 + Channel.SetLayout(aLayout); 1.11 + } 1.12 + 1.13 public void SetText(TextField aTextField) 1.14 { 1.15 Channel.SetText(aTextField);