代码搜索:FrameWork
找到约 10,000 项符合「FrameWork」的源代码
代码结果 10,000
www.eeworm.com/read/238710/4612087
cs enumflash.cs
// EnumFlash.cs - Enumeration of flash memory cards
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_
// (c) Copyright 2002-2
www.eeworm.com/read/238710/4612278
cs yaodurant.drawing.gdifont.cs
// YaoDurant.Drawing.Font.cs - Supports the creation of
// Win32 fonts.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_
/
www.eeworm.com/read/238710/4612299
cs yaodurant.drawing.gdifont.cs
// YaoDurant.Drawing.Font.cs - Supports the creation of
// Win32 fonts.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_
/
www.eeworm.com/read/238710/4612436
cs textcolor.cs
// TextColor.cs - Main user-interface for TextColor sample.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_
// (c) Copyrigh
www.eeworm.com/read/238710/4612494
cs formmain.cs
// FormMain.cs - Main form for keyboard caret sample.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_
// (c) Copyright 2002
www.eeworm.com/read/238710/4612505
cs waitcursor.cs
// WaitCursor.cs - Shows all available system cursors.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_
// (c) Copyright 200
www.eeworm.com/read/236816/4638141
java remoteframework.java
package org.knopflerfish.service.remotefw;
import org.osgi.framework.*;
import java.util.Map;
/**
* Service interface for remote framework connections.
*
*
* By connecting to a remote fram
www.eeworm.com/read/223571/4810171
java persistencedbpojotests.java
package org.jbpm.persistence.db;
import junit.framework.Test;
import junit.framework.TestSuite;
public class PersistenceDbPojoTests {
public static Test suite() {
TestSuite suite = ne
www.eeworm.com/read/223571/4810309
java scenariodbtests.java
package org.jbpm.scenarios;
import junit.framework.Test;
import junit.framework.TestSuite;
public class ScenarioDbTests {
public static Test suite() {
TestSuite suite = new TestSuite(
www.eeworm.com/read/215493/4903351
java nonnullparampropertytest.java
package edu.umd.cs.findbugs.ba.npe;
import junit.framework.Assert;
import junit.framework.TestCase;
public class NonNullParamPropertyTest extends TestCase {
ParameterNullnessProperty empty;
Param