예제 #1
0
		private void _Updates_UpdatesAvailable(Shellscape.UpdateManager sender) {

			sender.Stop();
			sender.Download(Config.Current.AppDataPath, new AsyncCompletedEventHandler(_Updates_DownloadComplete));
		}
예제 #2
0
파일: Program.cs 프로젝트: shellscape/Nubs
 private static void program_RemoteCall(object sender, Shellscape.RemoteCallEventArgs e)
 {
     _remoting.Execute(e.Arguments);
 }