Пример #1
0
		private void OnSourceRemoved (object o, SourceRemovedArgs args)
		{
			Container cont = (Container) src_to_cont_map [args.Source];
			cont.Remove ();
		}
Пример #2
0
        private void OnSourceRemoved(object o, SourceRemovedArgs args)
        {
            Container cont = (Container)src_to_cont_map [args.Source];

            cont.Remove();
        }
Пример #3
0
 private void OnSourceRemoved(object o, SourceRemovedArgs args)
 {
     Logger.Debug("Source Removed");
     Evolution.Source source = args.Source;
     //RemoveCategory (source);
 }
Пример #4
0
 private void OnSourceRemoved(object o, SourceRemovedArgs args)
 {
     Logger.Debug ("Source Removed");
        Evolution.Source source = args.Source;
        //RemoveCategory (source);
 }