public static void Postfix(int __state) { if (__state != Find.Selector.NumSelected) { SelectionChangeNotifierData.NotifyChange(); } }
static void Postfix() { SelectionChangeNotifierData.NotifyChange(); }