private void GetConfigCallBack(ConfigNotification c) { }
private void GetAdminLoginCallBack(AdminLoginNotification a) { ConfigNotification notification = new ConfigNotification(); this.ConfigRequest.Raise(notification, GetConfigCallBack, CancelConfigCallBack); }