代码搜索:Remoting
找到约 565 项符合「Remoting」的源代码
代码结果 565
www.eeworm.com/read/168182/7813026
h ex32a.h
// Ex32a.h
#pragma once
using namespace System;
#using
#using
#using
#using
using namespace S
www.eeworm.com/read/146928/5734178
cs chatclient.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime;
using System.Runtime.Remoting;
u
www.eeworm.com/read/249104/4456448
cs class1.cs
using System;
using System.Runtime.Remoting;
//定义接口IMath
public interface IMath
{
//方法:加,减,乘,除
double Add( double x, double y );
double Sub( double x, double y );
double Mul( doubl
www.eeworm.com/read/411945/2179030
java ejbremotingdestinationbootstrapservice.java
/*
* Copyright 2008 [CompanyName], Inc. All rights reserved.
* Website: http://www.pomer.org.cn/
*/
package cn.org.pomer.flex.remoting.services;
import java.util.ArrayList;
import java.util
www.eeworm.com/read/411945/2179031
java ejbdestinationregister.java
/*
* Copyright 2008 [CompanyName], Inc. All rights reserved.
* Website: http://www.pomer.org.cn/
*/
package cn.org.pomer.flex.remoting.services;
import java.util.ArrayList;
import java.util
www.eeworm.com/read/159303/5586467
vb loginform.vb
Imports System.Runtime.Remoting
Public Class LoginForm
'定义远程对象的代理
Dim Login As ClassLibrary.LoginClass
Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArg
www.eeworm.com/read/236584/14010039
h gdiplusdoc.h
#ifndef __GDIPLUSDOC_H__
#define __GDIPLUSDOC_H__
#using
#using
#using
#using
#using