Skip to content

Instantly share code, notes, and snippets.

View prashantvc's full-sized avatar
:octocat:
Working

Prashant Cholachagudda prashantvc

:octocat:
Working
View GitHub Profile
using System;
using NUnit.Framework;
using System.ComponentModel;
namespace BindingListBug
{
[TestFixture]
public class BindingListBugTest
{
string changedPropertyName = string.Empty;