Пример #1
0
 public void PostAd(string title, string content, string location, WindowsFormsDedicatedClient.SaServicePrivate.AdType type)
 {
     base.Channel.PostAd(title, content, location, type);
 }
Пример #2
0
 public System.Threading.Tasks.Task PostAdAsync(string title, string content, string location, WindowsFormsDedicatedClient.SaServicePrivate.AdType type)
 {
     return(base.Channel.PostAdAsync(title, content, location, type));
 }
Пример #3
0
 public void EditAd(string id, string title, string content, string locationName, WindowsFormsDedicatedClient.SaServicePrivate.AdType type)
 {
     base.Channel.EditAd(id, title, content, locationName, type);
 }