Warnings fixed

This commit is contained in:
Vladimir Enchev
2024-07-24 08:31:31 +03:00
parent d3c66dc750
commit 4e7c04efbe
3 changed files with 1 additions and 4 deletions

View File

@@ -11,9 +11,7 @@
</RadzenDataGrid>
@code {
int count;
IEnumerable<Employee> employees;
bool isLoading = false;
public class Employee
{

View File

@@ -75,6 +75,7 @@
async Task OnMonthSelect(SchedulerMonthSelectEventArgs args)
{
console.Log($"MonthSelect: MonthStart={args.MonthStart} AppointmentCount={args.Appointments.Count()}");
await Task.CompletedTask;
}
async Task OnAppointmentSelect(SchedulerAppointmentSelectEventArgs<Appointment> args)

View File

@@ -23,8 +23,6 @@
employees = allEmployees.Where(e => e.ReportsTo == null);
}
Employee draggedItem;
void ItemContextMenu(TreeItemContextMenuEventArgs args)
{
ContextMenuService.Open(args,