Exemplo n.º 1
0
    public void TestNotifyPropertyChanged()
    {
        string info = null;

        _unitUnderTest.NotifyPropertyChanged(info);
    }