Work Modules

This commit is contained in:
2026-03-19 13:58:29 +02:00
parent 7fde404b5a
commit 0dd13c5a8b
4 changed files with 67 additions and 44 deletions

View File

@@ -1,8 +1,8 @@
using Avalonia.Controls;
using VisionAsist.SDK;
namespace ModuleWeather;
public class WeatherModule
public class WeatherModule : IModule
{
public string Name => "Прогноз Погоды";