代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/133595/14034234
vb frmbase.vb
Public Class frmBase
Inherits System.Windows.Forms.Form
Protected bmData As BindingManagerBase
Protected dtData As DataTable
'bAdd = true 为新增
'bAdd = false 为修改
Protected
www.eeworm.com/read/101238/15840233
cs drawcommand.cs
using System;
using System.Drawing;
namespace UtilityLibrary.Menus
{
internal class DrawCommand
{
// Instance fields
protected int _row;
protected int _col;
protected char _mnemon
www.eeworm.com/read/107247/15611373
h myprotected.h
#ifndef _MY_TOPLINK_PROTECTED_H
#define _MY_TOPLINK_PROTECTED_H
/*********************************************************************************************************************
* 描述:
www.eeworm.com/read/318471/13477876
java item.java
public class Item {
//条目的Id
protected String ID;
//条目的描述
protected String desc;
//条目的价格
protected double price;
//此条目中货物的数量
protected int units;
//条目构造函数
public Item(St
www.eeworm.com/read/247828/4474760
java template_addtemplate.java
package com.v246;
public class Template_addTemplate
{
protected String modifyId;//修改模板的时候用到的变量,用于接收所修改模板的id
protected String action;
protected String templateType;
protected String templateN
www.eeworm.com/read/162925/5511996
java template_addtemplate.java
package com.v246;
public class Template_addTemplate
{
protected String modifyId;//修改模板的时候用到的变量,用于接收所修改模板的id
protected String action;
protected String templateType;
protected String templateN
www.eeworm.com/read/427270/1972954
java template_addtemplate.java
package com.v246;
public class Template_addTemplate
{
protected String modifyId;//修改模板的时候用到的变量,用于接收所修改模板的id
protected String action;
protected String templateType;
protected String templateN
www.eeworm.com/read/372305/2775333
java template_addtemplate.java
package com.v246;
public class Template_addTemplate
{
protected String modifyId;//修改模板的时候用到的变量,用于接收所修改模板的id
protected String action;
protected String templateType;
protected String templateN
www.eeworm.com/read/358963/2981890
java template_addtemplate.java
package com.v246;
public class Template_addTemplate
{
protected String modifyId;//修改模板的时候用到的变量,用于接收所修改模板的id
protected String action;
protected String templateType;
protected String templateN
www.eeworm.com/read/267364/11181598
java item.java
package good;
public class Item {
//条目的Id
protected String ID;
//条目的描述
protected String desc;
//条目的价格
protected double price;
//此条目中货物的数量
protected int units;
//条目构造函数
p