void IConnectorHandler.Deleting(ConnectorDeleteContext context)
 {
     Deleting(context);
 }
Exemple #2
0
 void IConnectorHandler.Deleting(ConnectorDeleteContext context)
 {
     Deleting(context);
 }
 protected virtual void Deleting(ConnectorDeleteContext context) { }
Exemple #4
0
 protected virtual void Deleting(ConnectorDeleteContext context)
 {
 }