Initial commit - Pingerino network monitoring application

هذا الالتزام موجود في:
Era
2025-08-19 07:34:27 +03:00
التزام 243f4787dd
41 ملفات معدلة مع 12352 إضافات و0 حذوفات

12
NetworkStatistics.cs Normal file
عرض الملف

@@ -0,0 +1,12 @@
// This file is now obsolete - NetworkStatistics functionality has been moved to:
// - Services/Interfaces/IPingService.cs (NetworkStatistics class)
// - Services/PingService.cs (implementation)
//
// The new architecture provides:
// - Better separation of concerns
// - Async/await patterns
// - Proper error handling and logging
// - Thread-safe operations
// - Dependency injection support
//
// This file is kept for reference but should not be used in the new architecture.