コード例 #1
0
ファイル: FolderSyncSource.cs プロジェクト: h0rm/No.Noise
 public bool Unmap ()
 {
     Parent.RemoveChildSource (this);
     Controller.StopSync ();
     Properties.Get<Banshee.Sources.Gui.ISourceContents> ("Nereid.SourceContents").Widget.Destroy ();
     Controller = null;
     return true;
 }