protected override void NetBind(ServicesAPI.NetBindControl control)
 {
     this.Log(EventLogEntryType.Information, string.Format("NetBind {0}", control));
 }
Beispiel #2
0
 protected abstract void NetBind(ServicesAPI.NetBindControl control);
Beispiel #3
0
 internal void ServiceSendNetBind(ServicesAPI.NetBindControl control)
 {
     NetBind(control);
 }
Beispiel #4
0
 protected override void NetBind(ServicesAPI.NetBindControl control)
 {
 }