代码搜索:classLibrary
找到约 91 项符合「classLibrary」的源代码
代码结果 91
www.eeworm.com/read/283870/7807396
cs installer1.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Configuration.Install;
using System.IO;
namespace ClassLibrary2
{
///
/// Installer1 的摘要说明。
//
www.eeworm.com/read/283870/7807433
cs installer1.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Configuration.Install;
using System.IO;
namespace ClassLibrary3
{
///
/// Installer1 的摘要说明。
//
www.eeworm.com/read/159303/5586470
vb sellsearchform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class SellSearchForm
'定义货物列表dataset
Dim Ds As DataSet
'定义出售货物类
Dim SellClass As ClassLibrary.SellSearchC
www.eeworm.com/read/159303/5586471
vb quitform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class QuitForm
'定义货物列表dataset
Dim Ds As DataSet
'定义出售货物类
Dim QuitClass As ClassLibrary.QuitClass
'
www.eeworm.com/read/159303/5586475
vb reservesearchform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class ReserveSearchForm
'定义货物列表dataset
Dim Ds As DataSet
'定义出售货物类
Dim ReserveClass As ClassLibrary.Reserve
www.eeworm.com/read/159303/5586481
vb sellform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class SellForm
'定义货物列表dataset
Dim Ds As DataSet
'定义出售货物类
Dim SellClass As ClassLibrary.SellClass
'
www.eeworm.com/read/473908/6821770
cs dbservice.cs
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Reflection;
using Public_ClassLibrary;
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/245895/4500764
cs class1.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Web;
using System.IO;
using System.IO.Compression;
namespace ClassLibrary1
{
public class Class1 : IHttpMo
www.eeworm.com/read/392607/8334069
cs csfile.cs
using System;
using System.IO;
using System.Data.SqlClient;
using System.Data;
using System.Configuration;
using System.Xml;
namespace ClassLibrary
{
///
/// 用于文件读写的用户自定义类
///