代码搜索:FrameWork
找到约 10,000 项符合「FrameWork」的源代码
代码结果 10,000
www.eeworm.com/read/438533/7730045
java configpanelisteneradapter.java
package com.cownew.phoneshow.framework.ctrl;
public abstract class ConfigPaneListenerAdapter implements IConfigPaneListener
{
public void cancel()
{
}
public void ok()
{
}
}
www.eeworm.com/read/438533/7730054
java iconfigpanelistener.java
package com.cownew.phoneshow.framework.ctrl;
/**
* 配置对话框监听器接口
*
* @author 杨中科
*
*/
public interface IConfigPaneListener
{
public void ok();
public void cancel();
}
www.eeworm.com/read/438533/7730066
java pisexceptioniteminfo.java
package com.cownew.phoneshow.framework.common;
import java.io.Serializable;
public class PISExceptionItemInfo implements Serializable
{
private String message;
public PISExceptionItemInfo
www.eeworm.com/read/437335/7750882
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
www.eeworm.com/read/437335/7750892
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
www.eeworm.com/read/437335/7750906
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
www.eeworm.com/read/437335/7750916
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]