﻿public interface PropertyChangedEventHandler {

    void call(Object sender, PropertyChangedEventArgs arg);
}
