|
Zadanie przykładowe nr 4
|
|

[ExternalDataExchange]
public interface ICommunication
{
...
}
public class CommunicationService : ICommunication
{
...
}
[Serializable]
public class MsgEventArgs : ExternalDataEventArgs
{
...
}