12 أسطر
482 B
C#
12 أسطر
482 B
C#
// 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. |