Explorar el Código

Merge branch 'master' of http://gogs.ngknn.ru:3000/kot-senya/PM-02-programm-TeaTime

foxhis hace 1 año
padre
commit
ab0f525467
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      TeaTime/page/wWorkerMain.xaml.cs

+ 1 - 1
TeaTime/page/wWorkerMain.xaml.cs

@@ -44,7 +44,7 @@ namespace teaTime
                 Name = aName.Text,
                 Theme = aTheme.Text,
                 Description = aDescript.Text
-            }), worker);
+            }, worker));
         }
         private void bwrite_Click(object sender, RoutedEventArgs e)
         {