text
stringlengths
43
2.01M
Imports System.Windows Imports System.Windows.Input Imports System.Windows.Media Imports DevExpress.Mvvm.POCO Imports DevExpress.Xpf.Map Namespace MapDemo Partial Public Class Navigator Inherits MapDemoModule Private routeModel_Renamed As RouteModel Private driveMarkerTemplate_Renamed As...
Public Class SENTEN Implements BLL.Common.IBusinessLogic Private connectionString As String ''' <summary> ''' クラス初期化 ''' </summary> ''' <remarks></remarks> Public Sub New() connectionString = CommonUtility.DBUtility.GetConnectionString End Sub Public Fun...
Imports Microsoft.VisualBasic Imports System.Data Imports System.Xml Imports Talent.Common '-------------------------------------------------------------------------------------------------- ' Project Trading Portal Project. ' ' Function This class is used to deal with...
#Region "Microsoft.VisualBasic::f181bb878796360f3683471f36294a07, mzkit\Rscript\Library\mzkit\comprehensive\MSI.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' MIT License ' ' ' Permission is hereby gra...
Public Class clsLayer Public Filename As String Public Visible As Boolean = True Public Map As ctlMap 'frmMap 'used for clipping to current view Public LabelField As String Public LabelMinZoom As Integer = 13 Public BrushLabel As SolidBrush Public FontLabel As Font 'Filters f...
'Kendall Callister 'RCET0265 'Spring 2021 'Roll of the Dice 'https://github.com/callkend/Roll-of-the-Dice.git Option Explicit On Option Strict On Module RollOfDice Sub Main() Dim outcome(10) As Integer Dim number As Integer Randomize() 'Looks for two random numbers between 1 & 6...
Imports Otis.Commons Imports Microsoft.Office.Interop.Excel Public Class ReporteServicio Private xla As Application = Nothing Private workbooks As Workbooks = Nothing Private wb As Workbook = Nothing Private worksheets As Sheets = Nothing Private ws As Worksheet = Nothing Private range As Ran...
Imports Pioneers_of_Tacan.gameboard Public Class Intersect Inherits BoardPoint 'Public Enum BuildingType ' Settlement ' City 'End Enum 'Private road As PlayerColor 'Private building As PlayerColor 'Public Sub New() ' road = PlayerColor.Unclaimed ' building = PlayerColor.U...
'------------------------------------------ ' DrawHouse.vb (c) 2002 by Charles Petzold '------------------------------------------ Imports System Imports System.Drawing Imports System.Windows.Forms Class DrawHouse Inherits PrintableForm Shared Shadows Sub Main() Application.Run(New DrawHous...
Public Class F_Mapping Private initPoint As System.Nullable(Of Point) = Nothing Private lowestPoint As System.Nullable(Of Point) = Nothing Private highestPoint As System.Nullable(Of Point) = Nothing Dim intH, intW As Integer Dim intY, intX As Integer Private Sub F_Mapping_MouseDown(sender As O...
''DTO Definition - PurchaseOrderItem (to PurchaseOrderItem)'Generated from Table:PurchaseOrderItem Imports RTIS.DataLayer Imports RTIS.DataLayer.clsDBConnBase Imports RTIS.CommonVB.clsGeneralA Imports RTIS.CommonVB Public Class dtoPurchaseOrderItem : Inherits dtoBase Private pPurchaseOrderItem As dmPurchaseOrderIt...
Module Constants Public Const SETTINGS_FILE As String = "settings.cfg" Public Const REMOTE_HOST_KEY As String = "master_server" Public Const DEFAULT_ADDRESS_BOOK As String = "address_book.cfg" End Module
'BBV-P-412: AVH: RQ 15: 27/07/2016 SE AGREGA VENTANA DE PRODUCTOS UG 'BBVA-P-412: JRHM 14/11/2016: BUG-PC-08 se modifico evento para traer productos default 'BUG-PC-20: AVH: 28/11/2016 SE QUITAN VALORES POR DEFAULT EN COMBOS Imports System.Data Partial Class aspx_manejaSubProductoUG Inherits System.Web.UI.Page ...
Imports Microsoft.VisualBasic Imports System.Data Imports System.Data.SqlClient Imports Talent.Common Imports Talent.eCommerce Imports Talent.eCommerce.Utilities Imports System.Xml Imports System.Globalization Partial Class UserControls_MembershipSelection Inherits ControlBase Private _product As New TalentPr...
 Class cCreateDestTbl Inherits data_tsfr Shared Sub create_dest_tbl(ByVal src_meta_coll As Collection, ByRef err_msg As String) Dim dest_cn_str As String Try Dim dest_sys_nm As String = EDIS.get_edis_pval("dest_sys_nm") Dim dest_tbl As String = EDIS.get_edis...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. Option Explicit On Option Strict On Imports System.IO Imports System.Net Imports System.Windows.Forms Namespace Microsoft.VisualBasic.MyServices.Internal ''' <summary> ''' ...
Imports System.Drawing Imports System.Drawing.Drawing2D Public Class Ghost ':: Game sprites from resource bitmaps :: Private GhostLeft(3) As System.Drawing.Bitmap Private GhostRight(3) As System.Drawing.Bitmap Private GhostUP(3) As System.Drawing.Bitmap Private GhostDown(3) As System.Drawing.Bitm...
#Region "Microsoft.VisualBasic::d1024fea7a4fb641096029c3d34356ce, mzkit\src\assembly\BrukerDataReader\SCiLSLab\SpotSite.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' MIT ...
Public Class ConnectionSource Public Shared Function GetConnection(pConnectionName As String) As ConnectionInfo Dim lConfig As New ConfigurationSourceProvider() Return lConfig.GetConnectionInfo(pConnectionName) End Function Public Shared Function GetAllConnections() As List(Of Connec...
Public Class Sentencia Private entorno As Entorno = Nothing Public Sub resolver(ByRef ent As Entorno, ByVal sentencia As Nodo) 'Actualizando contexto y ambito entorno = New Entorno entorno = entorno.crearEntorno(ent) Select Case sentencia.rol Case Constantes.R_HTML...
Module transferirDatos 'datos que sirven para transferir datos de form a form Public datos As New DataSet Public datosActualizar As DataRowView Public index As Integer Public datosEmpleado As DataRowView Public rowInforme As DataRowView Public empleadoHistorial Public nombreEmpleador As...
Imports System.Text.RegularExpressions Public Class ErrorHandler Const strPhoneNumError As String = "Phone number must be entered as a 10 digit number with no other characters" Const strPhoneNumInstructions As String = "(Ex. 5556667890)" Const strEmailEntryError As String = "You did not enter a p...
Imports System Imports System.Collections.Generic Imports System.ComponentModel Imports System.Data Imports System.Data.SqlClient Imports System.IO Imports System.Linq Imports System.Text Imports System.Xml Imports DevExpress.DemoData.Helpers Imports DevExpress.Xpo Imports DevExpress.Xpo.DB Namespace PivotGridDemo.Hel...
Imports System.Runtime.CompilerServices Imports System.Globalization Namespace Extension Public Module DateTimeHelper Public Const TianGan As String = "甲乙丙丁戊己庚辛壬癸" Public Const DiZhi As String = "子丑寅卯辰巳午未申酉戌亥" '根据出生日子的天干,通过下表来查算时辰干支: '时辰干支查算表 '时间时辰 ...
Public Class _Main 'Plc objects Private plcConfiguration As PlcConfigurator Public Shared SMNS_PLC As SiemensPlc Public Shared OMRN_PLC As OmronPlc 'Application initializations Private Sub _Main_Load(sender As Object, e As EventArgs) Handles Me.Load 'Initializing PLC PlcInitia...
Public Class mvcView Private myModel As mvcAbstractModel Private myController As mvcAbstractPresenter Public ReadOnly Property Model() As mvcAbstractModel Get Return myModel End Get End Property Public Property Controller() As mvcAbstractPresenter Get ...
Imports System.IO Public Class DepositTicketClass Private _depNo As String = String.Empty Private _depDate As DateTime Private _depDescription As String = String.Empty Private _depTotal As Single Private _bankAcct As BankAccountClass Private _imgPath As String = String.Empty #Region "Class P...
#Region "Microsoft.VisualBasic::383a616be156354e38d3f46855d127f3, mzkit\src\metadb\Massbank\Public\Massbank\DATA\Model.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' MIT L...
'=============================================================================== ' Microsoft Caching Application Block for .NET ' http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/CachingBlock.asp ' ' MemoryMappedFileStream.vb ' This class provides methods to create, provide file access, write...
Public Class form_torneos Private Sub form_torneos_Load(sender As Object, e As EventArgs) Handles MyBase.Load 'Inicializar componentes: clear_components() End Sub Private Sub clear_components() txt_fechaDesde.Text = Date.Now.ToString("dd/MM/yyyy") txt_fechaHasta.Text = Da...
Imports Microsoft.VisualBasic Public Class clsPiloto Private _id As Integer Private _nombre As String Private _apellido As String Private _codEscuderia As Integer Private _baja As Boolean Public Sub New(ByVal ID As Integer) _id = ID End Sub Public ReadOnly Property ID() As...
'Este programa foi feito em VB.Net para facilitar a leitura e compreenção de programadores de ASP Classico 'Caso queira em C#, pode converter usando um conversor online: http://www.carlosag.net/tools/codetranslator/ Imports System.Data 'Referendia do ADO.Net (tabelas em memoria que conterão os resultados) Imports Sys...
Imports Ladle.Module.XPO ''' <summary> ''' Used to display a Part_Labor object in a combobox control ''' </summary> ''' <remarks></remarks> Public Class ComboBoxLaborItem Implements IAutoCompleteComboBoxItem ''' <summary> ''' The object to display ''' </summary> ''' <value></value> ''' <return...
Namespace Player Public Class MissingPlayer Implements Player Public Function Choose() As String Implements Player.Choose Throw New Exceptions.NoPlayer End Function Public ReadOnly Property Name As String Implements Player.Name Get Throw New...
'***************************************************** '* Copyright 2017, SportingApp, all rights reserved. * '* Author: Shih Peiting * '* mailto: sportingapp@gmail.com * '***************************************************** Namespace Tools Public Class SaUse...
' =================================================================== ' ' Copyright (c) 2004 UGS PLM Solutions ' Unpublished - All rights reserved ' ' =================================================================== ' ******************************************************************* ' ' ...
Imports Route4MeSDKLibrary.Route4MeSDK.QueryTypes Imports System.Runtime.Serialization Namespace Route4MeSDK.DataTypes ''' <summary> ''' Response for the GPS setting request. ''' </summary> <DataContract> Public NotInheritable Class SetGpsResponse Inherits GenericParameters ''' <s...
''' <summary> ''' Fuel Efficency Converter ''' frmFuelEfficiencyConvert.vb ''' Chris Lu, Zack Shealy, Oliver Allen ''' 29 Jan 2013 ''' A program to convert MPG to KPL ''' </summary> ''' <remarks></remarks> Public Class frmfuelefficiencyconverter ''' <summary> ''' When the user clicks this button the program wi...
Imports Microsoft.VisualBasic.CompilerServices Imports System Imports System.Runtime.CompilerServices Imports System.Security.Principal Imports System.Web Imports System.Web.UI Imports System.Web.UI.HtmlControls Imports System.Web.UI.WebControls Namespace ssiFinal Public Class redirectUser Inherits System.Web.UI.Pa...
Public Class SimpleMath Public Shared Function Add(ByVal n1 As Double, ByVal n2 As Double) As Double Return n1 + n2 End Function Public Shared Function Subtract(ByVal n1 As Double, ByVal n2 As Double) As Double Return n1 - ...
 Partial Class Employees_JobRequestInbox Inherits System.Web.UI.Page Private _refUserObj As cUser Public Property UserDetails() As cUser Get Return _refUserObj End Get Set(ByVal value As cUser) _refUserObj = value End Set End Property...
Imports System Imports System.Collections.Generic Imports System.Text Namespace Datos Public Class DatosSQLServer Inherits DatosGlobales.DatosGlobales Shared ColComandos As New System.Collections.Hashtable() ''' <summary> ''' ''' </summary> ''' <value></value> ...
Imports System Imports System.Windows Imports System.Windows.Input Imports System.Windows.Media.Animation Imports DevExpress.Xpf.Charts Imports DevExpress.Xpf.DemoBase Imports DevExpress.Mvvm.UI.Interactivity Namespace ChartsDemo Public Class PieChartRotationBehavior Inherits Behavior(Of ChartControl) ...
'************************************************************************** ' adnCommerce Online Web Shop ' ' Developer : Cem Ikta ' ' Copyright(c) 2009-2010, adnatives new media agency ' www.adnatives.com '************************************************************************** Imports Microsoft.VisualBas...
<Serializable> Public Class ConfigObject Public columnWidth As Integer Public hightscale As Double End Class
Imports Aspose.Tasks Imports Aspose.Tasks.Saving Imports Microsoft.VisualBasic Imports System.Collections.Generic Imports System.Linq Imports System.Text ' 'This project uses Automatic Package Restore feature of NuGet to resolve Aspose.Tasks for .NET API reference 'when the project is build. Please check https://doc...
Imports System.Runtime.Serialization Imports Newtonsoft.Json Namespace Dto <JsonObject()> <DataContract()> Public Class ReturnCreditCardResponseDto Public Enum ResultCodes ReturnInProgress = 0 PaymentInProgress = 1 TransactionNotFound = 2 UndefinedEr...
Imports CQRSAzure.EventSourcing ''' <summary> ''' Class to run defined classifiers over an event stream to classify an aggregate instance as being ''' inside or outside of the identity group the classifier pertains to ''' </summary> ''' <typeparam name="TAggregate"> ''' The class of the aggregate of which this is a...
Imports System.Threading Imports SimpleSynth Public Class FormMain Private abortThreads As Boolean Private am As AudioMixer Private Enum WaveFormRendererModes Line Blobs End Enum Private largeFont As New Font("Consolas", 13, FontStyle.Bold) Private waveFormRendererMode As Wav...
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Partial Class BVAdmin_Configuration_Countries Inherits BaseAdminPage Protected Sub Page_PreInit1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit Me.PageTitle = "Countries" Me.CurrentTab = AdminTabType.C...
Public Class Form1 Private Sub mnuExit_Click(sender As Object, e As EventArgs) Handles mnuExit.Click Me.Close() End Sub Private Sub btnCheck_Click(sender As Object, e As EventArgs) Handles btnCheck.Click Dim chrVals() As Char = txtInput.Text.ToLower.ToCharArray Dim blnPalindrome As...
Imports System.Reflection Imports System.Reflection.Emit ''' <summary> ''' 參考 SaDataGridViewExtension.ExportToSQLite ''' SaTable、SaFields 需事先有定義好的類別結構 ''' 若有事先無法定義的類別結構,例如 DataGridView Select 出來的資料是不定結構 ''' 可用 ObjectBuilder 動態建立類別結構 ''' </summary> Namespace SaSystem Public Class SaObjectBuilder ...
Option Explicit On Public Class Pago Shared Sub Delete(id As Integer) MPP.Pago.Delete(id) End Sub Shared Function GetAll() As List(Of BE.Pago) Return MPP.Pago.GetAll() End Function Shared Function GetCatalog() As List(Of BE.Pago) Return MPP.Pago.GetCatalog() End Funct...
#Region "Picture Filter Class" ' ********************************************** ' **** ' ****** Picture Filter Class ' **** ' ********************************************** ' Public Class PictureFilter ' ********************************************** ' **** ' ****** Constructor ' **** ' **...
Public Class ctrlConceptoFacturable2 Public ConceptosFra As CONCEPTOSFRA = Nothing Public Event CONCEPTOSFRAEliminado(ByVal IdEliminado As String) Public Event CONCEPTOSFRASeleccionado(ByVal IdConceptosFra As String) Public Event ConceptosFraNoEncontrado() Public Event ConceptosSeleccionadoManual...
'-------------------------------------------------------------------------------------------------- ' Project Trading Portal Project. ' ' Function This class is used to deal with Hash tables having scope outside the ' CMS enviroment '...
Imports System.ComponentModel.DataAnnotations Public Class TillMenuSectionsArgs <Required> Property TillNumber As Integer <Required> <StringLength(3, ErrorMessage:="The StoreNumber must be 3 digits.", MinimumLength:=3)> Property StoreNumber As String End Class
Imports OVCSystem.functions Imports System.Data.Odbc Public Class frmVSLAListing Private Sub frmVSLAListing_Load(sender As Object, e As EventArgs) Handles MyBase.Load populatecounties() fillgrid() End Sub Private Sub populatecounties() Dim ErrorAction As New functions Try ...
''' <summary> ''' Logging interface, can be implemented by apps to support logging to various mediums ''' </summary> Public Interface ILogger ''' <summary> ''' Write to the log ''' </summary> ''' <param name="msg">The message to write</param> Sub Write(msg As String) ''' <summary> ''' Write...
Imports System.Collections.Generic <Serializable()> _ Public Class DEWarehouses Private _mode As String Private _total As Integer Private _warehouses As ICollection(Of DEWarehouse) = New List(Of DEWarehouse) Public Property Mode() As String Get Return _mode End Get ...
Imports Microsoft.VisualBasic Imports System.Data.SqlClient Imports System.Data Public Class cUserLogin ''' <summary> ''' Gets the user details. ''' </summary> ''' <param name="Username">The username.</param> ''' <returns></returns> Public Shared Function getUserDetails(ByVal Usern...
Imports System.Drawing.Printing Imports DevExpress.XtraReports.UI Imports RTIS.ERPCore Public Class repPurchaseOrder Private pPurchaseOrder As dmPurchaseOrder Private pHandler As clsPurchaseHandler Private pPOInfo As clsPurchaseOrderInfo Private pBuyer As dmEmployee Private pFormatCordobas As String = "{0:...
Public Module Encode Const marker = "~" Const special = marker & Chr(34) & "\%" Public Function EncodeString(ByVal instring As String) As String ' Description: This function encodes characters so they are correctly passed ' during Shell and ShellExecute calls. Double-quotat...
Imports System.ComponentModel Imports System.Runtime.CompilerServices Public Class ShopItem Inherits BusinessObject #Region "Properties" Private _number As Integer Private _description As String Private _price As Double Private _quantity As Integer Private _total As Double Private _disco...
Public Class Novedad Public Property id As Integer Public Property desde As Date = Date.Now Public Property hasta As Date = Date.Now Public Property title As String Public Property body As String Public Property activo As Boolean Public Property imagen As Byte() Public ReadOnly Property ...
Namespace TrackingPlayer Public Enum eTrackingPlayerState Idle Started Stopped Paused Relay Ended End Enum <Serializable()> Public MustInherit Class ATrackingPlayer Private WithEvents CPiTrackingSource As TrackingSource Private WithEvents CPiTimer As New Timer Private nPiCur...
Imports System.Math Imports Motor3D.Algebra Namespace Espacio2D Public Class Recta2D Inherits ObjetoGeometrico2D Private mA, mB, mC As Double Private mVector As Vector2D Private mPunto As Punto2D Private mPuntoMira As Punto2D Private mPendiente As Double P...
' relogio.bas Sub OnOffButton.Click (index as integer) If (index = 1 ) then AlarmOn = true else AlarmOn = False End If End Sub Sub OnOffItem_Click() If (alarmOn) then AlarmOn = False ´Muda o alarme OnOffItem.Caption = "Alarm Off" Else AlarmOn = True ´Muda o Ala ...
#Region "License" ' The MIT License (MIT) ' ' Copyright (c) 2017 Richard L King (TradeWright Software Systems) ' ' Permission is hereby granted, free of charge, to any person obtaining a copy ' of this software and associated documentation files (the "Software"), to deal ' in the Software without restriction, includ...
'=============================================================================== ' Microsoft patterns & practices ' CompositeUI Application Block '=============================================================================== ' Copyright © Microsoft Corporation. All rights reserved. ' THIS CODE AND INFORMATION I...
'Cable Direct Due Calculator (assignment 4) 'This program displays a customer's total due owed to Cable Direct 'Created by Salleh Jahaf 'Version 1.01 last updated 11/04/2015 Option Strict On Option Explicit On Public Class frmMain Private Sub btnExit_Click(sender As Object, e As EventArgs) Handles btn...
 Namespace Models Public Class AreaConfiguration Public Property AreaName As String Public Property ModelNumber As String Public Property ModelName As String Public Sub New() End Sub Public Sub New(ByVal area As String, ByVal modelNumber As String, ByVal modelName ...
Imports System.Xml Imports System.Text Imports System.ServiceProcess Public Class frmMonitorDefs #Region "Public Interface" Public Sub New() InitializeComponent() InitForm() End Sub Public Sub New(ByVal MonitorID As Integer) InitializeComponent() InitForm() ...
Imports System.ComponentModel Imports System.Data Public Class KontaCSEG Implements INotifyPropertyChanged #Region "Properties" '******************************************************************************** Private _Id As Integer Public Property Id() As Integer Get Return _Id...
Imports DevExpress.Demos.DayAndNightLineCalculator Imports DevExpress.Mvvm Imports DevExpress.Xpf.Editors Imports DevExpress.Xpf.Map Imports System Imports System.Collections.Generic Imports System.Windows Imports System.Windows.Threading Imports DevExpress.Mvvm.DataAnnotations Imports DevExpress.Mvvm.POCO Namespace M...
Imports StudentSection.DataLayer Imports StudentSection.DomainClasses Namespace Services ' this class calculates winners for regular season / playoff matchups Public Class MatchupService Private uow As UnitOfWorkStudentSection Private oGlobalRepo As IGlobalRepository Private oLeagueRe...
Imports System.Web Imports System.Web.UI Imports System.Web.UI.WebControls #If DEBUG Then Public Class Spider #Else ''' <summary> ''' Used to search a page or cotrol for contents. Spiders all sub controls in most cases. ''' </summary> ''' <remarks></remarks> <System.ComponentModel.Description("Used to search a page o...
Imports DCS.ProjectBase.Data Imports DCS.mPosEngine.Core.Domain Imports DCS.mPosEngine.Core.Domain.Pagesets Namespace DataInterfaces Public Interface IProductPageDao Inherits IGenericDao(Of ProductPage, Integer) Function GetPagesForPos(ByVal posName As String) As IList(Of ProductPage) End In...
Imports System.IO Imports System.Windows.Forms.VisualStyles Imports CopyFileAsync.Extensions Namespace Classes Public Class FileOperations Inherits BaseConnectionLibrary.BaseExceptionProperties Public Event OnIterate As DelegatesModule.OnIterate Public Function GetFileBytes(fileName As S...
Imports System.Data.SqlClient Public Class FrmProveedor Friend Property ModoEdicion As Boolean = False Friend Property RtnProveedor As String = "" Private Sub FrmProveedor_Load(sender As Object, e As EventArgs) Handles MyBase.Load HabilitarBotones(True, True, True) Limpiar() If Mod...
Option Strict On Option Explicit On Imports System.Xml Public Class CheckCredit : Inherits Processes 'A cleverer developer would grab this value from a config file... Private Const MAXIMUM_ORDER_TOTAL As Double = 500D Public Sub New(ByRef doc As ProcessDocument) MyBase.New(doc) If doc.D...
Public Class Rol Private mIdRol As Integer Private mDescRol As String Private mPeliculas As Collection Private mPersonas As Collection Private GestorRol As GestorRol Sub New(ByVal IdRol As Integer, ByVal DescRol As String) Me.mIdRol = IdRol Me.mDescRol = DescRol Gestor...
Imports System Imports System.Collections.Generic Imports System.Collections.ObjectModel Imports System.IO Imports System.Linq Imports System.Linq.Expressions Imports System.Windows.Media Imports DevExpress.Data Imports DevExpress.Data.Filtering Imports DevExpress.DevAV.Common.Utils Imports DevExpress.DevAV.Common.View...
#Region "Microsoft.VisualBasic::f00f0f31ddb332fe034d3056e50cac48, mzkit\src\assembly\BrukerDataReader\Raw\Check.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' MIT License ...
Option Strict On Imports System.IO Imports System.Runtime.InteropServices Structure AssetBundleFile Shared ReadOnly Property RawFile As String = "UnityRaw" Shared ReadOnly Property LZMACompressedFile As String = "UnityWeb" <FieldDisplayName("资源组文件头")> Dim BundleHeader As AssetBundleHeader <FieldDis...
#Region "License" ' The MIT License (MIT) ' ' Copyright (c) 2017 Richard L King (TradeWright Software Systems) ' ' Permission is hereby granted, free of charge, to any person obtaining a copy ' of this software and associated documentation files (the "Software"), to deal ' in the Software without restriction, includi...
Imports System.Data.Common Imports System.Data.OleDb Imports SportingAppFW.Data.Common.SaEnum Imports SportingAppFW.Extensions Imports SportingAppFW.SaWindows.Data Imports SportingAppFW.Tools Namespace Data.Common.DB.Ole Public Class SaOleDBClass Inherits SaBaseDBClass Private _clock A...
'************************************************************************** ' adnCommerce Online Web Shop ' ' Developer : Cem Ikta ' ' Copyright(c) 2009-2010, adnatives new media agency ' www.adnatives.com '************************************************************************** Imports System.IO Imports ...
Imports CIDClass Public Class AutoPlugIn Implements IMyPlugIn Private _mySetting As String Private Const RECEIVED_NETWORK_DATA As Integer = 1 Private Const RECEIVED_SERIAL_DATA As Integer = 2 Private Const POST_PARSE_DATA As Integer = 3 Private Const PRE_DISPLAY_POPUP As Integer = 4 Priv...
Imports Outlook = Microsoft.Office.Interop.Outlook Imports System.Runtime.InteropServices Module SendTextOutlook Dim gOutlook As Outlook.Application Dim gOutlookNS As Outlook.NameSpace Public Function OutlookOpen() As Integer Dim lError As Integer = 0 ' Try ' '...
Namespace Web.TemplateEngine.Parser.AST Public Class TagClose Inherits Element Private m_name As String Public Sub New(ByVal line As Integer, ByVal col As Integer, ByVal name As String) MyBase.New(line, col) Me.m_name = name End Sub Public ReadOnly ...
Public Class t_DisposalLot Public Type_K As String Public ProductCode_K As String Public LotNumber As String Public LimitDate As DateTime Public ExecDate As DateTime End Class
Imports StudentSection.DataLayer Imports StudentSection.DomainClasses Namespace Services Public Class FantasyPointsService Private uow As UnitOfWorkStudentSection Private oStatRepo As IStatRepository Private oLeagueRepo As ILeagueRepository Public Sub New() uow = New...
Imports System.ComponentModel.DataAnnotations Imports System.ComponentModel.DataAnnotations.Schema Namespace DomainClasses Public Class DraftPick Public Property DraftPickId As Integer <Display(Name:="Overall")> Public Property PickNumberOverall As Integer Public Property Round As...
Imports Microsoft.VisualBasic '-------------------------------------------------------------------------------------------------- ' Project Trading Portal Project. ' ' Function This class is used to deal with Order Response ' ' Date 15th Ja...
Namespace EntityModel Partial Public Class VRNS_Device_Registered Property Action As ActionEnum Property Offline As Boolean Property Online As Boolean Property BranchName As String Property BranchTel As String End Class End Namespace
Imports System.Text Imports Microsoft.VisualStudio.TestTools.UnitTesting Imports ContosoUniversity Namespace ContosoUniversity.Tests ''' <summary> ''' Summary description for UnitTest1 ''' </summary> <TestClass> Public Class UnitTest1 Public Sub New() ' ' TODO: Add constructor logic here ' End Sub ...
Imports Route4MeSDKLibrary.Route4MeSDK Imports Route4MeSDKLibrary.Route4MeSDK.QueryTypes Namespace Route4MeSDKTest.Examples Partial Public NotInheritable Class Route4MeExamples ''' <summary> ''' Get origin route of the duplicated route. ''' </summary> Public Sub RouteOriginParamete...
'***************************************************** '* Copyright 2017, SportingApp, all rights reserved. * '* Author: Shih Peiting * '* mailto: sportingapp@gmail.com * '***************************************************** Imports System.IO Imports SportingAp...
Public Class ListShippingDestination Private m_strShippingDestinationNo As String Private m_strDescription As String Public Property ShippingDestinationNo() As String Get Return m_strShippingDestinationNo End Get Set(ByVal value As String) m_strShippingDest...