예제 #1
0
 public System.Threading.Tasks.Task <string> EntryOutputAsync(ServiceReference1.DataBaseEntry str)
 {
     return(base.Channel.EntryOutputAsync(str));
 }
예제 #2
0
 public System.Threading.Tasks.Task AddAppletEntryAsync(ServiceReference1.DataBaseEntry entry)
 {
     return(base.Channel.AddAppletEntryAsync(entry));
 }
예제 #3
0
 public string EntryOutput(ServiceReference1.DataBaseEntry str)
 {
     return(base.Channel.EntryOutput(str));
 }
예제 #4
0
 public void AddAppletEntry(ServiceReference1.DataBaseEntry entry)
 {
     base.Channel.AddAppletEntry(entry);
 }