@@ -20,7 +20,7 @@ namespace EmptyKeys.UserInterface.Generated {
2020 using EmptyKeys . UserInterface . Themes ;
2121
2222
23- [ GeneratedCodeAttribute ( "Empty Keys UI Generator" , "1.6.5 .0" ) ]
23+ [ GeneratedCodeAttribute ( "Empty Keys UI Generator" , "1.7.0 .0" ) ]
2424 public partial class BasicUI : UIRoot {
2525
2626 private Grid e_0 ;
@@ -228,7 +228,7 @@ private void InitializeComponent() {
228228 this . e_5 . Height = 150F ;
229229 this . e_5 . Width = 400F ;
230230 FontManager . Instance . AddFont ( "Segoe UI" , 13.33333F , FontStyle . Regular , "Segoe_UI_10_Regular" ) ;
231- this . e_5 . ItemsSource = this . Get_e_5_Items ( ) ;
231+ this . e_5 . ItemsSource = Get_e_5_Items ( ) ;
232232 // e_18 element
233233 this . e_18 = new ProgressBar ( ) ;
234234 this . e_3 . Children . Add ( this . e_18 ) ;
@@ -359,7 +359,7 @@ private static UIElement combo_dtMethod(UIElement parent) {
359359 return e_4 ;
360360 }
361361
362- private System . Collections . ObjectModel . ObservableCollection < object > Get_e_5_Items ( ) {
362+ private static System . Collections . ObjectModel . ObservableCollection < object > Get_e_5_Items ( ) {
363363 System . Collections . ObjectModel . ObservableCollection < object > items = new System . Collections . ObjectModel . ObservableCollection < object > ( ) ;
364364 // e_6 element
365365 TabItem e_6 = new TabItem ( ) ;
@@ -395,7 +395,7 @@ private System.Collections.ObjectModel.ObservableCollection<object> Get_e_5_Item
395395 e_11 . Name = "e_11" ;
396396 e_11 . Height = 100F ;
397397 FontManager . Instance . AddFont ( "Segoe UI" , 13.33333F , FontStyle . Regular , "Segoe_UI_10_Regular" ) ;
398- e_11 . ItemsSource = this . Get_e_11_Items ( ) ;
398+ e_11 . ItemsSource = Get_e_11_Items ( ) ;
399399 items . Add ( e_9 ) ;
400400 // e_16 element
401401 TabItem e_16 = new TabItem ( ) ;
@@ -427,7 +427,7 @@ private static UIElement e_7_dtMethod(UIElement parent) {
427427 return e_8 ;
428428 }
429429
430- private System . Collections . ObjectModel . ObservableCollection < object > Get_e_11_Items ( ) {
430+ private static System . Collections . ObjectModel . ObservableCollection < object > Get_e_11_Items ( ) {
431431 System . Collections . ObjectModel . ObservableCollection < object > items = new System . Collections . ObjectModel . ObservableCollection < object > ( ) ;
432432 // e_12 element
433433 ListBoxItem e_12 = new ListBoxItem ( ) ;
0 commit comments