1
// RemoteControl.cs created with MonoDevelop
2
// User: boyd at 9:41 PM 2/14/2008
5
using System.Collections.Generic;
8
using org.freedesktop.DBus;
12
[Interface ("org.gnome.Tasque.RemoteControl")]
13
public class RemoteControl : MarshalByRefObject
15
public RemoteControl()
19
public string CreateTask (string categoryName, string taskName,
25
public string[] GetCategoryNames ()
30
public void ShowTasks ()