コード例 #1
0
 public _DaemonService_158(Daemon _enclosing, string baseArg1, string baseArg2) :
     base(baseArg1, baseArg2)
 {
     this._enclosing = _enclosing;
     {
         this.SetEnabled(false);
     }
 }
コード例 #2
0
		internal DaemonClient(Daemon d)
		{
			daemon = d;
		}
コード例 #3
0
ファイル: Daemon.cs プロジェクト: nickname100/monodevelop
			public _Thread_278(Daemon _enclosing, Socket listenSock, ThreadGroup baseArg1, string
				 baseArg2) : base(baseArg1, baseArg2)
			{
				this._enclosing = _enclosing;
				this.listenSock = listenSock;
			}
コード例 #4
0
ファイル: Daemon.cs プロジェクト: nickname100/monodevelop
			public _DaemonService_129(Daemon _enclosing, string baseArg1, string baseArg2) : 
				base(baseArg1, baseArg2)
			{
				this._enclosing = _enclosing;
				{
					this.SetEnabled(false);
				}
			}
コード例 #5
0
ファイル: DaemonClient.cs プロジェクト: TetradogOther/NGit
 internal DaemonClient(Daemon d)
 {
     daemon = d;
 }
コード例 #6
0
 public _Thread_289(Daemon _enclosing, Socket listenSock, ThreadGroup baseArg1, string
                    baseArg2) : base(baseArg1, baseArg2)
 {
     this._enclosing = _enclosing;
     this.listenSock = listenSock;
 }
コード例 #7
0
 public _ReceivePackFactory_123(Daemon _enclosing)
 {
     this._enclosing = _enclosing;
 }
コード例 #8
0
 public _UploadPackFactory_112(Daemon _enclosing)
 {
     this._enclosing = _enclosing;
 }