elektroniakieszkozok/elektronikaieszkozok/IHalozatraCsatlakoztathato.cs

16 lines
300 B
C#
Raw Normal View History

2024-09-26 09:02:12 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace elektronikaieszkozok
{
internal interface IHalozatraCsatlakoztathato
{
void csatlakoztatás(string hálózat);
void lecsatlakoztatás();
}
}