コード例 #1
0
ファイル: DeploymentManager.cs プロジェクト: ForNeVeR/pnet
 // Determine if the user trusts this deployment.
 public void DetermineTrust(TrustParams tp)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
	// Determine if the user trusts this deployment.
	public void DetermineTrust(TrustParams tp)
			{
				throw new NotImplementedException();
			}