aush 1 year ago
parent
commit
fe0da53822
1 changed files with 1 additions and 1 deletions
  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)
         {