예제 #1
0
 public static Control insert_Above_ProxyCacheActionsPanel(this Control control, ProxyCache proxyCache)
 {
     return(proxyCache.add_ProxyCacheActionsPanel(control.insert_Above(60, "actions")));
 }
예제 #2
0
 public static Control insert_Below_ProxyCacheActionsPanel(this Control control, ProxyCache proxyCache)
 {
     return(proxyCache.add_ProxyCacheActionsPanel(control.insert_Below(60, "")));
 }