예제 #1
0
    public void TestNotifyPropertyChanged()
    {
        string info = null;

        _unitUnderTest.NotifyPropertyChanged(info);
    }