text
stringlengths
13
6.01M
namespace Tutorial.ParallelLinq { using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using static Functions; using Stopwatch = System.Diagnostics.Stopwatch; internal static partial class QueryMethods { ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Автошкола { public partial class InstructorsScheduleForm : Form { public Instr...
using Pe.Stracon.Politicas.Aplicacion.TransferObject.Response.General; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pe.Stracon.SGC.Presentacion.Core.ViewModel.Base { /// <summary> /// Modelo de vista para el formulario Trabajador...
using System; using System.Collections.Generic; using CC.Mobile.Routing; using Groceries.ViewModels; using Android.App; using Gojimo.Tutor.Services; namespace Groceries.MonoDroid.Services { public class ScreenFactory : IScreenFactory { private Dictionary<Screens, Type> screensMap = new Dictionary<Screens, Type> {...
using System; namespace Lab4.Ind._1 { class Program { static void Main(string[] args) { string ABC = "абвгдеёжзийклмнопрстуфхцчшщъыьэюя"; Console.WriteLine("Шифр Гронсфельда"); Console.WriteLine("Введите текст"); string startText = Console.ReadLi...
using System; using System.Collections.Generic; using System.ComponentModel; using JetBrains.Annotations; namespace isukces.code.vssolutions { [ImmutableObject(true)] public class PossibleToLoadNuget : IEquatable<PossibleToLoadNuget>, IComparable<PossibleToLoadNuget>, IComparable { public PossibleT...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BELCORP.GestorDocumental.BE.DDP {[Serializable] public class GrupoSeguridadBE { public string Title { get; set; } public GrupoSeguridadBE() { } ...
using SFA.DAS.ProviderCommitments.Web.Authentication; using SFA.DAS.CommitmentsV2.Api.Types.Requests; using SFA.DAS.CommitmentsV2.Shared.Interfaces; using SFA.DAS.ProviderCommitments.Web.Models.Apprentice; using System.Threading.Tasks; namespace SFA.DAS.ProviderCommitments.Web.Mappers.Apprentice { public class Co...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UIElements; public class MachineAEtatsScript : MonoBehaviour { public SelectionScript SelectionScript; public MaterialScript MaterialScript; public NavigationScript NavigationScript; public Mode mode; ...
namespace Tutorial.Introduction { using System; internal static partial class Functions { internal static int Add(int a, int b) // Pure. { return a + b; } internal static int AddWithLog(int a, int b) // Impure. { int result = a + b; ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using ShopBanHang.Models; using PagedList; using PagedList.Mvc; using System.IO; using ShopBanHang.Models; using ShopBanHang.MultiData; namespace ShopBanHang.Controllers { public class QuanLyController : Co...
using Alabo.Datas.UnitOfWorks; using Alabo.Domains.Repositories; using Alabo.Domains.Services; using Alabo.Industry.Offline.Product.Domain.Entities; using MongoDB.Bson; namespace Alabo.Industry.Offline.Product.Domain.Services { public class MerchantProductService : ServiceBase<MerchantProduct, ObjectId>, IMerchant...
using SimpleSpace.NonECS; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace SimpleSpace.Data { [CreateAssetMenu(fileName = "SimpleWeaponData", menuName = "SimpleSpace/SimpleWeaponData", order = 0)] public class SimpleWeaponData : ScriptableObject, IPawnData { ...
using System.Linq; using CoherentSolutions.Extensions.Configuration.AnyWhere.Tests.Tools; using Xunit; namespace CoherentSolutions.Extensions.Configuration.AnyWhere.Tests { public class AnyWhereConfigurationEnvironmentWithExtensionTests { [Fact] public void Should_get_value_of_item_from_exten...
using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class Item { public enum Type { Consumable, Tool, Weapon, Raw_Material } public Type type; public int ID; public string name = "my new i...
using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; using Audiotica.Data.Collection.Model; using GalaSoft.MvvmLight.Messaging; namespace Audiotica.View { public sealed partial class CollectionArtistPage { public CollectionArtistPage() { InitializeComponent(); ...
// <copyright file="AsyncLocalDistributedContextCarrier.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
// <copyright file="TableOfHEAD.cs" company="WaterTrans"> // © 2020 WaterTrans // </copyright> using System; using System.Collections.Generic; using System.Text; namespace WaterTrans.GlyphLoader.Internal { /// <summary> /// Table of HEAD. /// </summary> internal sealed class TableOfHEAD { ...
using System; using System.IO; namespace ActividadFicheros { class Program { static void Main(string[] args) { Console.WriteLine("Console hasiera!"); String linea; using (StreamReader sr = new StreamReader("fichero1.txt")) { ...
using System.Threading; using System.Threading.Tasks; using Alps.Domain.Repository.Pattern.Infrastructure; using Alps.Domain.Repository.Pattern.Repositories; namespace Alps.Domain.Repository.Pattern.UnitOfWork { public interface IUnitOfWorkAsync : IUnitOfWork { Task<int> SaveChangesAsync(); Ta...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; using Microsoft.Data.Entity.Relational.Design.FunctionalTest...
namespace Graf { public interface IFinder { string FromRight(Customers customers, int numberFromRight); } }
using System; using MoveCarHackathonEdition.Data_Access_Layer; using MoveCarHackathonEdition.MySqlNS; namespace MoveCarHackathonEdition.Events { public class EmailSmsEventArgs : EventArgs { public CAR_USER_VIEW CarUserBlocker { get; set; } public CAR_USER_VIEW CarUserBlocked { get; set; } ...
using RockPaperScissors.Basics; namespace CustomStrategy { public class AlwaysPaper : IRPSStrategy { public Sign Throw() { return Sign.Paper; } } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IRAP.Entity.MDM { /// <summary> /// 工序生产准备标准 /// </summary> public class PreparingStandard { /// <summary> /// 序号 /// </summary> public int Ordinal { get; ...
namespace Sentry.Tests.Internals.Extensions; public class MiscExtensionsTests { public class MyClass { public string SomeString { get; set; } public MySubclass Subclass { get; set; } } public class MySubclass { public string AnotherString { get; set; } } [Fact] public ...
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace FootballBettingModels { public class Town { public Town() { this.Teams = new HashSet<Team>(); } [Key] public int Id { get; set; } [Required] public str...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Focuswin.SP.Base.Utility; using Microsoft.SharePoint; using YFVIC.DMS.Model.Models.Settings; using YFVIC.DMS.Model.Models.Common; namespace YFVIC.DMS.Model.Models.WorkFlow { public class Work...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AlgorithmProblems.Linked_List.Linked_List_Helper { class SinglyLinkedList<T> { public SingleLinkedListNode<T> Head { get; set; } public SingleLinkedListNode<T> CurrentN...
public void A() { }
using System; using System.Collections.Generic; using System.Linq; namespace EPI.DynamicProgramming { /// <summary> /// Given an undirected graph G having N vertices and positive weights. /// Find the shortest path from vertex 1 to vertex N, or state that such path doesn’t exist. /// </summary> public static cla...
using System; using Musical_WebStore_BlazorApp.Server.Data.Models; namespace Admin.Models { public class ServiceUser { public string UserId {get;set;} public virtual User User {get;set;} public int ServiceId {get;set;} public virtual Service Service {get;set;} } ...
using System.Collections; using System.Collections.Generic; using System.Reflection; using UnityEngine; using UnityEngine.UI; public class Cell : MonoBehaviour { public Image mOutlineImage; [HideInInspector] public Vector2Int mBoardPosition = Vector2Int.zero; [HideInInspector] public Board board =...
using System; using OpenQA.Selenium; using OpenQA.Selenium.Support.UI; using SnowSoftware.Driver; namespace SnowSoftware.PageObjectModels { public class ReleaseNotes { private IWebDriver driver; private WebDriverWait wait; private By releaseNotesLabel = By.XPath("//div[contains(@clas...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Web; namespace EBS.Admin.PayServices { public class PayRouteMapper { public string RouteName { get; set; } /// <summary> /// 支付代理类名 /// </summary> public string A...
using System; using System.Globalization; using System.Windows.Data; namespace BigVisibleCruise2.Converters { public class BreakerMessageConverter : IValueConverter { public object Convert(object value, Type targetType, object parameter, CultureInfo culture) { var message = value as string; return string.I...
using AutoMapper; using SocialWorld.Business.DTOs.ApplicantDtos; using SocialWorld.Business.DTOs.AppUserDtos; using SocialWorld.Business.DTOs.CompanyDtos; using SocialWorld.Business.DTOs.JobDtos; using SocialWorld.Entities.Concrete; using System; using System.Collections.Generic; using System.Linq; using System.Thread...
 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Model { /// <summary> /// 管理员 /// </summary> public class E_User : E_BaseModel { /// <summary> /// 顺序号 /// </summary> public int userid { g...
using Alabo.Data.People.Cities.Domain.Entities; using Alabo.Domains.Repositories; using MongoDB.Bson; namespace Alabo.Data.People.Cities.Domain.Repositories { public interface ICityRepository : IRepository<City, ObjectId> { } }
using System.Collections.Generic; using DFC.ServiceTaxonomy.GraphSync.Models; namespace DFC.ServiceTaxonomy.GraphSync.Interfaces { public interface INodeWithOutgoingRelationshipsCommand : ICommand { HashSet<string> SourceNodeLabels { get; set; } string? SourceIdPropertyName { get; set; } ...
using System; namespace RozdilDatumu { class Program { static void Main(string[] args) { Console.WriteLine("Zadejte své datum narození:"); DateTime narozen = DateTime.Parse(Console.ReadLine()); Console.WriteLine("Zadej datum narození kamaráda nebo někoho s ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
/* * Creado en SharpDevelop * Autor: IsaRoGaMX * Fecha: 17/09/2015 * Hora: 10:23 p.m. * */ using System; using System.Xml; using IsaRoGaMX.CFDI; namespace IsaRoGaMX.IO { /// <summary> /// Description of MyClass. /// </summary> public class CFDIWriter { Comprobante cfdi; public...
using System; using System.Collections.Generic; using Fingo.Auth.AuthServer.Client.Exceptions; using Fingo.Auth.AuthServer.Client.Services.Implementation; using Fingo.Auth.AuthServer.Client.Services.Interfaces; using Fingo.Auth.JsonWrapper; using Moq; using Xunit; namespace Fingo.Auth.AuthServer.Client.Tests.Services...
using DigitalFormsSteamLeak.Entity.Models; using DigitalFormsSteamLeak.Repository; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DigitalFormsSteamLeak.Business { public class LocationUnitFactory : ILeakFactory<LocationUnit> { ...
using System; using System.Collections.Generic; using System.Text; namespace Harbin.Common.General { public class ReflectionHelper { /// <summary> /// Checks if type "toCheck" is subclass of generic type "generic". /// E.g. IsSubclassOfRawGeneric(typeof(List{}), typeof(List{int})) ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace CSSPWebToolsFileBackup { public partial class CSSPWebToolsFileBackup : Fo...
using gView.Framework.Carto; using gView.Framework.Carto.Rendering; using gView.GraphicsEngine; using gView.Interoperability.GeoServices.Rest.Json.Renderers.OtherRenderers; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.Linq; namespace gView.Interoperability.GeoServices.Rest.Json.Renderers.SimpleRend...
using Cs_Gerencial.Dominio.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Cs_Gerencial.Dominio.Interfaces.Repositorios { public interface IRepositorioFornecedores: IRepositorioBase<Fornecedores> { IEnumerable<Forn...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; using System.IO; using System.Data; using System.Reflection; namespace IndexDefrag { public class XmlFile { private static XmlFile instance =null; ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace LongigantenAPI.Models { public class OrdersForUpdate : OrdersForManipulationDto { } }
using Anywhere2Go.Business.Master; using Anywhere2Go.DataAccess.Entity; using Claimdi.Web.TH.Filters; using Claimdi.Web.TH.Helper; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace Claimdi.Web.TH.Controllers { public cla...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Data; using System.Data.Entity; using PROnline.Src; using PROnline.Models.Users; using PROnline.Models.Trainings; using PROnline.Models.Letters; using PROnline.Models; namespace PROnlin...
using System; using System.Collections.Generic; namespace Apache.Shiro.Session.Management { public class DelegatingSession : ISession { #region Private Fields private string _host; private DateTime _startTime; #endregion public DelegatingSession() ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace MVCandEntityFrameworkPractice.Models.Domain { public class AccessLevel { public AccessLevel() { this.Catalogs = new List<Catalog>(); ...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using Unity.MLAgents; using Unity.MLAgents.Sensors; public class AIRobotAgent : Agent { public enum Team { Blue = 0, Red = 1 } #region ======= PUBLIC VARIABLES ======= [Space(10)] publi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SimpleTaskListSPA.Data; namespace SimpleTaskListSPA.Models { public class QueryProcessing { private readonly QueryOptions options; public QueryProcessing(QueryOptions options) { ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Wind...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace ARPG.Charater { public class CharacterStatus : MonoBehaviour { /// <summary> 当前生命值 /// </summary> public float HP; /// <summary> 最大生命值 /// </summary> public float maxHP; /...
namespace MelrahShake { using System; using System.Text; public class Startup { public static void Main(string[] args) { Console.WriteLine(Execute()); } private static string Execute() { var input = Console.ReadLine(); var ke...
namespace Merchello.UkFest.Web.Controllers { using System.Collections.Generic; using System.Web.Mvc; using Merchello.UkFest.Web.Models.DitFlo; using Our.Umbraco.Ditto; using Umbraco.Core.Logging; using Umbraco.Web.Models; using Umbraco.Web.Mvc; /// <summary> /// The base DitFloC...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using p2_shop.Models; using System.Net; namespace p2_shop.Controllers { public class ShopingController : Controller { ShopingEntities db = new ShopingEntities(); Mix_Tip_Grupa_Proizvoda m...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace mec.Model.Apps { public class Function { public int Id { get; set; } public string Name { get; set; } public string AssembyName { get; set; } public int...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _04.HexToDecimal { public class HexToDec { public static void Main() { Console.WriteLine("Enter hex number: "); string inHex = Console.ReadLine(...
 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IBLLService { public partial interface IFW_AUDIT_RECORD_MANAGER : IBaseBLLService<MODEL.FW_AUDIT_RECORD> { } public partial interface IFW_GEO_NODE_MANAGER : IBaseBLLService<MODEL.FW_GEO_NODE> { } p...
using Microsoft.SharePoint; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; namespace YFVIC.DMS.Model.Models.BasicData { public class BasicEntity { /// <summary> /// 标题 /// </summary...
using System; using System.Collections.Generic; using System.Text; using Newtonsoft.Json; namespace ParPorApp.Models { public class Newsfeed { public Newsfeed Newsfeeds { get; set; } [JsonProperty("Description")] public string Description { get; set; } [JsonProperty("DistrictId")] pub...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Threading.Tasks; namespace MyNiceBlog.Models { public class Post { [Column("PostId")] [Key] [DatabaseGenerate...
namespace Vapoteur.Migrations { using System; using System.Data.Entity.Migrations; public partial class InitialCreate : DbMigration { public override void Up() { CreateTable( "dbo.Accumulateurs", c => new { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ProjectEuler2 { class Program { static void Main(string[] args) { //By considering the terms in the Fibonacci sequence whose values do not exceed four milli...
using System; using System.Linq; using DelftTools.Functions.Generic; using DelftTools.Units; namespace DelftTools.Functions { public class TimeSeriesFactory { public static TimeSeries CreateFlowTimeSeries() { TimeSeries ts = new TimeSeries() { Components...
#if DEV #define ConfigForEnv #endif #if PROD #define ConfigForEnv #endif using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Cors; using System.Configuration; using WAPIMongoDBNetCore.Models; using System.Net.Mime...
using System; using System.Collections.Generic; using System.Text; using System.ComponentModel.DataAnnotations; namespace HomeDataCenterCore.Domain.ViewModels { public class FilmDataViewModel { public int Id { get; set; } /// <summary> /// 电影名称 /// </summary> [Display(N...
using System; using System.Collections.Generic; namespace AuctionMaster.App.Model { public partial class Item { public Item() { Auction = new HashSet<Auction>(); } public int Id { get; set; } public string Name { get; set; } public int Quality { get...
using System; namespace Pe.Stracon.SGC.Aplicacion.TransferObject.Response.Contractual { /// <summary> /// Representa el objeto response de documentos adjuntos al Requerimiento /// </summary> /// <remarks> /// Creación : GMD 20150528 <br /> /// Modificación : <br /> /// </remarks...
using System.Collections; using System.Collections.Generic; using Unity.Collections; using Unity.Entities; using Unity.Jobs; using Unity.Mathematics; using Unity.Rendering; using Unity.Rendering.Hybrid; using Unity.Transforms; using UnityEngine; using UnityEngine.Rendering; public class TestEntityCreationAPI : MonoBeh...
using Fina.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Fina { public class Mapper { public static Employee MapEmployeeModelToEntity(EmployeeViewModel model) { var entity = new Employee(); entity.ID = model.ID;...
using Entity; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace ipsdotnet.Models { public class PacienteInputModel { public string Identificacion { get; set; } public string Nombre { get; set; } public decimal ValorHospitalizacion...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PropertiesIndexators { class Listing13 { private int[] vals; private char[] ckey; private string[] skey; private void Add(char symb, string str, int n)...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.CompilerServices; using Xamarin.Forms; using Xamarin.Essentials; using RestSharp; using KSF_Surf.Models; namespace KSF_Surf.ViewModels { public class BaseViewModel : INotifyPropertyChanged { internal r...
// File Prologue // Name: Darren Moody // CS 1400 Section 005 // Project: Lab 06 // Date: 9/17/2013 // // I declare that the following code was written by me or provided // by the instructor for this project. I understand that copying source // code from any other source constitutes cheating, and that I will recei...
namespace DistCWebSite.Core.Entities { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; public partial class S_SystemConfig { public int ID { get; set; } [StringLength(200)] ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Char { class Program { static void Main(string[] args) { char znak = 'A'; Console.WriteLine((int)znak); for(int i = 0; i < 256; i+...
using System; using System.Net; using System.Net.Sockets; using System.Text; public class TCPClient { internal static Byte HEAD_LEN = 4; internal static Byte MSG_ID_LEN = 2; internal static Byte SEQUENCE_LEN = 4; internal static int RCV_BUF_LEN = 256 * 1024; public enum EReceiveCode { ...
using Microsoft.EntityFrameworkCore.Migrations; using System.IO; namespace Student_Notice_Board_Final.Migrations { public partial class Notice_Board : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "No...
using System; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; using BieProduccion.Models; using Newtonsoft.Json; namespace BieProduccion.Services { public class ApiService : IApiService { public async Task<LoginResponse> AuthenticateAsync( ...
namespace DesignPatterns.State.SystemPermissionExample { public class SystemAdmin { } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using BELCORP.GestorDocumental.BE.Comun; namespace BELCORP.GestorDocumental.BE.DDP { [Serializable] public class MacroProcesoBE { public int Id { get; set; } public string Co...
namespace Lib.Interfaces { public interface ITracer { void StartTrace(); void StopTrace(); AbstractResult GetTraceResult(); } }
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Pickup : MonoBehaviour { public bool isMoney = false; public bool isRandom = false; public bool isDeath = false; public bool isHealth = false; public bool isWeaponUpgrade = false; public List<GameObject> randomDrops = ne...
using ESRI.ArcGIS.Carto; using ESRI.ArcGIS.Controls; using ESRI.ArcGIS.Display; using ESRI.ArcGIS.esriSystem; using ESRI.ArcGIS.Framework; using ESRI.ArcGIS.Geodatabase; using ESRI.ArcGIS.Geometry; using LoowooTech.Stock.ArcGISTool; using LoowooTech.Stock.Common; using LoowooTech.Stock.Models; using LoowooTech.Stock.R...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using BikeDistributor.Interfaces; using BikeDistributor.Interfaces.Services; using BikeDistributor.Models; using BikeDistributor.Services.Common; namespace BikeDistributor.Services.Receipt { public ...
using System; using System.Windows.Forms; using GeoAPI.Geometries; using SharpMap.UI.Mapping; using SharpMap.UI.Snapping; namespace SharpMap.UI.Tools { public class EmptyTool : IEditTool { #region IEditTool Members public EditorToolRole Role { get { return EditorToolRole.No...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.IO; using System.Threading.Tasks; using System.Diagnostics; namespace osuGrabber { class Settings { public static string OsuSongsPath; static Settings() { ...
using System; using System.Linq; using System.Net; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Newtonsoft.Json; using Pobs.Domain; using Pobs.Domain.Entities; using Pobs.Tests.Integration.Helpers; using Pobs.Web.Models.Questions; using Xunit; namespace Pobs.Tests.Integration.Qu...
using System; using System.Collections.Generic; using System.IO; using System.Reflection; using iSukces.Code.Interfaces; using JetBrains.Annotations; namespace iSukces.Code.AutoCode; public interface IAutoCodeGeneratorContext { void AddNamespace(string namepace); void FileSaved(FileInfo fileInfo); CsClas...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LightingBook.Tests.Api.Product.Dto.Flight { public class Policy { public object Code { get; set; } public object Title { get; set; } public object Comments { g...
using RulesEngine.Interfaces; namespace RulesEngine.Conditions { public class AreNotEqualCondition : ICondition { private readonly int _actual; private readonly int _threshold; public AreNotEqualCondition(int threshold, int actual) { _threshold = threshold; ...
 namespace Sfa.Poc.ResultsAndCertification.CsvHelper.Api.Infrastructure { public class OkResponse<TResponseType> : ApiResponse { public TResponseType Result { get; } public OkResponse(TResponseType result) : base(200) { Result = result; } } }
using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using StardewModdingAPI; using StardewModdingAPI.Utilities; using StardewValley; namespace Pathoschild.Stardew.LookupAnything.Framework.Constants { /// <summary>Localisation Keys matching the mod's <c>i18n</c> schema.</summary> [SuppressM...