private void GetConfigCallBack(ConfigNotification c)
        {

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

            this.ConfigRequest.Raise(notification, GetConfigCallBack, CancelConfigCallBack);
        }