Type t = this.GetType();
MethodInfo m = t.GetMethod("ListRefresh",BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.ExactBinding);
if (m != null)
{
m.Invoke(this, null);
}
Type t = this.GetType();
MethodInfo m = t.GetMethod("ListRefresh",BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.ExactBinding);
if (m != null)
{
m.Invoke(this, null);
}