代码搜索:classLibrary
找到约 91 项符合「classLibrary」的源代码
代码结果 91
www.eeworm.com/read/179955/5292924
sln solution1.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{2F5189E6-19B3-465F-AF2D-41231B3
www.eeworm.com/read/203921/15348718
txt @psc_readme_3312_10.txt
Title: DataBase Programming With ListView
Description: LISTVIEW + DATABASE PROGRAMMING FUNCTIONS IN A NUTSHELL - **** NOW UPDATED ****
This solution contains a classLibrary project and a WindowsAppli
www.eeworm.com/read/191813/5161466
txt storagemanagementsystem.test.csproj.filelist.txt
bin\Debug\StorageManagementSystem.Test.exe.config
bin\Debug\StorageManagementSystem.Test.exe
bin\Debug\StorageManagementSystem.Test.pdb
bin\Debug\StorageManagementSystem.ClassLibrary.dll
bin\Debug
www.eeworm.com/read/169066/5428807
cs mytable.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace ClassLibrary.BO
{
public class MyTable
{
private string name;
private string sex;
public string Name
www.eeworm.com/read/386742/8729122
cs functions.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
using System.Windows.Forms;
using Iislove.ClassLibrary;
namespace 完美辅助
{
///
www.eeworm.com/read/159303/5586472
vb quitsearchform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class QuitSearchForm
'定义货物列表dataset
Dim Ds As DataSet
'定义退货类
Dim QuitClass As ClassLibrary.QuitSearchClass
www.eeworm.com/read/392607/8334011
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using ClassLibrary;
namespace CJGL
{
///
www.eeworm.com/read/288789/8607798
cs component1.cs
using System;
using System.ComponentModel;
using System.Collections;
using System.Diagnostics;
namespace ClassLibrary1
{
///
/// Component1 的摘要说明。
///
public class
www.eeworm.com/read/159303/5586484
vb reserveform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class ReserveForm
'定义货物列表dataset
Dim Ds As DataSet
'定义订售货物类
Dim ReserveClass As ClassLibrary.ReserveClass
www.eeworm.com/read/283870/7807389
cs installer1.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Configuration.Install;
using System.IO;
namespace ClassLibrary1
{
///
/// Installer1 的摘要说明。
//