text
stringlengths
13
6.01M
using System; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Runtime.InteropServices; namespace SkySaves { public class Header { public struct ScreenShotData { public readonly int Width; public readonly int Height; ...
namespace BettingSystem.Infrastructure.Betting { using System; using System.Reflection; using Application.Betting.Bets; using Application.Betting.Gamblers; using Common; using FluentAssertions; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; usin...
using System; using System.Collections.Generic; using System.Linq; using Xunit; using Condorcet; namespace Condorcet.Tests { public class SchulzeTests { [Fact] public void Schulze_Wikipedia() { HashSet<char> candidates = new HashSet<char> {'A', 'B', 'C', 'D', 'E'}; ...
using Microsoft.EntityFrameworkCore; using System; using System.Linq; using WebAPI.Core.DomainModels.Base; using WebAPI.Core.DomainModels.Customers; using WebAPI.Core.DomainModels.Transactions; using WebAPI.Infrastructure.EF.Mappings; namespace WebAPI.Infrastructure.EF { public class AssignmentDbContext : DbConte...
namespace Tp3_Azure.Data.Migrations { using System; using System.Data.Entity.Migrations; public partial class _001 : DbMigration { public override void Up() { CreateTable( "dbo.Pedido", c => new { ...
namespace ChallengeTechAndSolve.DataAccess.Contracts { using ChallengeTechAndSolve.DataAccess.Contracts.Entities; using Microsoft.EntityFrameworkCore; using System.Threading; using System.Threading.Tasks; public interface IChallengeTechAndSolveDBContext { DbSet<TraceabilityEntity> Trac...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using IWorkFlow.DataBase; namespace IWorkFlow.ORM { [Serializable] [DataTableInfo("B_OA_Sighture", "id")] public class B_OA_Sighture : QueryInfo { [DataField("id", "B_OA_Sighture", false)] ...
using Backend.Model.Users; using System.Collections.Generic; namespace Backend.Service { public interface IPatientService { void RegisterPatient(Patient patient); List<Patient> ViewPatients(); Patient ViewProfile(string jmbg); void ActivatePatientStatus(string jmbg); vo...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using Castle.Services.Transaction; using com.Sconit.Facility.Persistence; using com.Sconit.Facility.Entity; using com.Sconit.Entity; using com.Sconit.Service.Ext.Criteria; using NHibernate.Expression; //TODO: Add other using s...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Chapter04_03 { class Program { static void Run() { int i; int tmpCount = theCount; for (i = 0; i < 10; i++) ...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class Game : MonoBehaviour { private HudController hudController; private List<Player> playersInGame; // Use this for initialization void Start () { } // Update is called once per frame void Update () { ...
// <copyright file="FillRule.cs" company="WaterTrans"> // © 2020 WaterTrans // </copyright> namespace WaterTrans.GlyphLoader.Geometry { /// <summary> /// Specifies how the intersecting areas of <see cref="PathFigure"/> objects contained in a <see cref="PathGeometry"/> are combined to form the area of the <see...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class Mine : MonoBehaviour { //public Transform mineStart; private RaycastHit2D hitInfo; private Vector2 mineEnd; private Vector2 mousePos; public float mineDistance = 15f; private PlayerController controller; private Pla...
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using AutoMapper; using Communicator.Core.Domain; using Communicator.Infrastructure.Dto; using Communicator.Infrastructure.IRepositories; using Communicator.Infrastructure.IServices; namespace Communicator.Infrastructure....
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lottery.Enums { public enum AnalyzeType { AverageOfRecent, SpecialNumberRelated, Random, FixedFirstSixth, MarkovChain, DTMC, Dis...
using Core.Models; using MongoDB.Bson; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Kafka1.Models { public class OrderRequest : BaseAuditModel { public string orderId { get; set; } public string clientId { get; set; } publi...
using UnityEngine; using System.Collections; public class PlayerStatsUI : MonoBehaviour { private PlayerController character; public float fallingThreshold; public Texture threeHp; public Texture twoHp; public Texture oneHp; public Texture zeroHp; Rect healthDisplay; Rect scoreDisplay; Rect powerupDispl...
using System; using System.Collections.Generic; using System.Text; using ToDo.DataAccess.Interfaces; using ToDo.Entities.Concrete; namespace ToDo.DataAccess.Concrete.EntityFrameworkCore.Repositories { public class EfReportRepository : EfGenericRepository<Report>, IReportDal { } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ProyectoPP.Models { public class UsuarioRol { public List<persona> ListaPeronas { get; set; } public List<AspNetRoles> ListaRoles { get; set; } } }
namespace SpecialWords { using System; using System.Collections.Generic; using System.Text; public class Startup { public static void Main(string[] args) { Console.WriteLine(Execute()); } private static string Execute() { var builder...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using KartObjects.Entities.Documents; namespace KartObjects { public class RegistryReport:Entity { public override string FriendlyName { get { return "Отчет о заполнении регистр...
using System; using System.IO; namespace NBatch.ConsoleDemo { static class PathUtil { public static string GetPath(string file) { string value = Environment.CurrentDirectory; value = value.Substring(0, value.IndexOf("bin", StringComparison.Ordinal)); strin...
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; using System.Data.SqlClient; using System.Configuration; namespace schoolapp { public partial class ...
 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Android.App; using Android.Content; using Android.Content.PM; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Xamarin.Forms.Platform.Android; namespace R...
namespace PatientWebAppTests.CreateObjectsForTests { public class TestObjectFactory { public CreatePatientDTO GetPatientDTO() { return new CreatePatientDTO(); } public CreatePatient GetPatient() { return new CreatePatient(); } pu...
using UnityEngine; using System.Collections; /// /// !!! Machine generated code !!! /// !!! DO NOT CHANGE Tabs to Spaces !!! /// [System.Serializable] public class EquipmentTableData { [SerializeField] int idx; public int Idx { get {return idx; } set { this.idx = value;} } [SerializeField] string name; ...
using System; using System.Collections.Generic; using System.Threading; using Framework.Core.Common; using Tests.Pages.Van.LogIn; using NUnit.Framework; using OpenQA.Selenium; using Tests.Data.Van; using Tests.Pages.Van.Main.Common.DefaultPage; namespace Tests.Pages.Van.Main.Common { public class VanB...
using System.Linq; using Teste_CRUD_CiaTecnica.Application.Interfaces; using Teste_CRUD_CiaTecnica.Domain.Entities; using Teste_CRUD_CiaTecnica.Domain.Interfaces.Services; namespace Teste_CRUD_CiaTecnica.Application { public class PessoaFisicaAppService : AppServiceBase<PessoaFisica>, IPessoaFisicaAppService ...
using Pe.Stracon.SGC.Infraestructura.CommandModel.Base; using Pe.Stracon.SGC.Infraestructura.CommandModel.Contractual; namespace Pe.Stracon.SGC.Infraestructura.CommandModel.Mapping.Contractual { /// <summary> /// Implementación del mapeo de la entidad Contrato Parrafo /// </summary> /// <remarks> ...
using System; using SignInCheckIn.Models; using SignInCheckIn.Services.Interfaces; namespace SignInCheckIn.Services { public class HelloWorldService : IHelloWorldService { public HelloWorldOutputDto Greet(HelloWorldInputDto input) { // V1 if (input.GetType() == typeof (...
using LimenawebApp.Models.Invoices_api; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace LimenawebApp.Models.Creditmemos_api { public class Mdl_Creditmemos { } public class GetCreditmemos_api { public int code { get; set; } public stri...
using Uintra.Core.Member.Models; namespace Uintra.Core.Feed.Models { public class FeedActivityViewModel { public string Title { get; set; } public string Description { get; set; } public MemberViewModel Creator { get; set; } public string DateString { get; set; } } }
// // NetDriver.cs: The System.Console-based .NET driver, works on Windows and Unix, but is not particularly efficient. // // Authors: // Miguel de Icaza (miguel@gnome.org) // using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using Syst...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Change_List { class Program { static void Main(string[] args) { List<int> numbers = Console.ReadLine() .Split(new char[] { ' ' }, StringSpli...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using KartObjects; using OnlineOrdersMS; namespace KartSystem { public interface IOnlineOrdersView : IView { List<OnlineOrder> OnlineOrders { get; set; } long? IdWareh...
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using DFC.ServiceTaxonomy.UnpublishLater.Indexes; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using OrchardCore.BackgroundTasks; using OrchardCore.ContentManagement; using OrchardCore.Modules;...
using Abp.Application.Services; using System.Collections.Generic; namespace HRIS.Setup.PublicHolidayDetails { [RemoteService(false)] public interface IPublicHolidayDetailsAppService : IApplicationService { Task<PublicHolidayDetailsDto> GetById(int id); Task<QueryResult<PublicHolidayDetailsDto>> GetAll(IQueryObject qu...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using UnityEngine.Networking; public class SkilllUsage: SkillManager { public class SkillWait { public int id; public float time; public SkillWait(int i...
using System.Collections.Generic; namespace Euler_Logic.Problems { public class Problem491 : ProblemBase { private List<int> _digitCount = new List<int>(); private Dictionary<ulong, ulong> _factorials = new Dictionary<ulong, ulong>(); private ulong _total; private ulong _two = 2; ...
using DataModel.Models; 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 Syste...
using System; using System.Collections.Generic; namespace Euler_Logic.Problems { public class Problem101 : ProblemBase { private List<ulong> _previous = new List<ulong>(); private List<ulong> _increments = new List<ulong>() { 0 }; public override string ProblemName { get { retu...
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; namespace Thingy.GraphicsPlus { public class Joint : IJoint { private readonly IList<IElement> elements = new List<IElement>(); private readonly IList<IJoint> joi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using TRPO_labe_2.Interfaces; using TRPO_labe_2.Models; namespace TRPO_labe_2 { class Program { static void Main(string[] args) { IOrganization oilOrganization = new ...
using Restaurants.Domain; namespace Restaurants.Application { public interface IOrderAppService: IAppServiceBase<Order> { int InsertOrder(Order order); } }
using System; using Touryo.Infrastructure.Public.Util; using Touryo.Infrastructure.Public.Diagnostics; namespace TestCode { /// <summary>Program</summary> public class Program { /// <summary></summary> /// <param name="args"></param> public static void Main(string[] args) ...
namespace CheckIt.Syntax { public interface IProjectMatcher { CheckMatch AssemblyName(); CheckMatch Name(); } }
#if UNITY_2019_1_OR_NEWER using UnityEditor; using UnityAtoms.Editor; namespace UnityAtoms.BaseAtoms.Editor { /// <summary> /// Variable property drawer of type `Collision2D`. Inherits from `AtomDrawer&lt;Collision2DVariable&gt;`. Only availble in `UNITY_2019_1_OR_NEWER`. /// </summary> [CustomProperty...
#if UNITY_EDITOR using System; using System.Collections; using System.Collections.Generic; using DChild.Gameplay.Objects.Characters.Enemies; using Sirenix.OdinInspector; using UnityEngine; [System.Serializable] public class DebugBossDatabase { [ListDrawerSettings(IsReadOnly = true, HideAddButton = true, NumberOfI...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using RoboProv; namespace RoboBomber { public static class operations { public static Random rand = new Random(); public static int C...
using Newtonsoft.Json; namespace gView.Interoperability.GeoServices.Rest.Json.Legend { public class Layer { [JsonProperty("layerId")] public int LayerId { get; set; } [JsonProperty("layerName")] public string LayerName { get; set; } [JsonProperty("layerType")] ...
using System; using AutoMapper; using SFA.DAS.CommitmentsV2.Api.Types.Responses; using SFA.DAS.Tools.Support.Core.Models; using SFA.DAS.Tools.Support.Web.Models; namespace SFA.DAS.Tools.Support.Web.App_Start { public class AutoMapperProfile : Profile { public AutoMapperProfile() { ...
namespace _04._Hospital { using System; using System.Collections.Generic; using System.Linq; public class Startup { public static void Main() { Dictionary<string, List<string>> departments = new Dictionary<string, List<string>>(); Dictionary<string, List<str...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace WindowsFormsApplication12 { public partial class Form1 : Form { public Form1() ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FichaTecnica.Dominio { public class LinkFork { public int Id { get; set; } public Membro Membro{ get; set; } public int IdMembro { get; set; } public...
using System; using System.Text.Json; using System.Text.Json.Serialization; using WitsmlExplorer.Api.Models; namespace WitsmlExplorer.Api.Converters { public class LogDataValueConverter: JsonConverter<LogDataValue> { public override LogDataValue Read(ref Utf8JsonReader reader, Type typeToConvert, JsonS...
using ServiceQuotes.Domain.Entities.Enums; namespace ServiceQuotes.Application.Filters { public class GetPaymentsFilter : SearchStringFilter { public string Provider { get; set; } public string TransactionId { get; set; } public string DateRange { get; set; } public Status? Sta...
using System; using System.ComponentModel; using System.Drawing; using System.Globalization; // 阴历和阳历日期 using System.Text; using System.Windows.Forms; namespace Com.Colin.Win.Customized { public partial class DateTimeControl : UserControl { public DateTimeControl() { InitializeComp...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _2._1_Extension_Methods { //Extensao de métodos do tipo Date //A diferença para um método estático comum é o uso do this public static class DateExtensions { //Retornar...
using System.Linq; using System.Collections.Generic; using ticketarena.lib.model; namespace ticketarena.lib.services { public sealed class CoinService : ICoinService { public IEnumerable<Coin> ListCoins() { return new Coin[] { new Coin { Weight = 1.5m, Diameter = 2...
using ServiceQuotes.Domain.Entities; using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Threading.Tasks; namespace ServiceQuotes.Domain.Repositories { public interface ICustomerRepository : IRepository<Customer> { Task<Customer> GetByCompanyName(string companyN...
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace com.Sconit.Web.Models.SearchModels.MRP { public class MrpFlowDetailSearchModel : SearchModelBase { public DateTime SnapTime { get; set; } public string Flow { get; set; } public string Item...
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;...
using System.Windows; using System.Windows.Media; namespace Crystal.Plot2D.Charts { /// <summary> /// Represents an infinite vertical line with x viewport coordinate. /// </summary> public sealed class VerticalLine : SimpleLine { /// <summary> /// Initializes a new instance of the <see cref="Vertica...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MySql.Data.MySqlClient; using System.Diagnostics; namespace VéloMax.bdd { public static class ControlleurRequetes { /* Requêtes de base */ public delegate void ExecuteurReq...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Serialization; using Entoarox.Framework.Core.AssetHandlers; using Entoarox.Framework.Core.Serialization; using Entoarox.Framework.Events; using Microsoft.Xna.Framework; using Newtonsoft.Json; using Newtonsoft.Json.Linq;...
using System.Collections.Generic; using System.Linq; using UnityEngine; using Assets.Common.HorseGame; using Assets.Common.HorseGame.Board; //C'est un script pour qu'il puisse avoir des GameObjects fils public class Board : MonoBehaviour { public List<Square> Squares; public void Init() { ...
using ND.FluentTaskScheduling.Command.asyncrequest; using ND.FluentTaskScheduling.Model; using ND.FluentTaskScheduling.Model.request; using ND.FluentTaskScheduling.Model.response; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threadin...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Audio; using UnityEngine.UI; public class ObtainingFlowers : MonoBehaviour { public Text leaveText; public int flowerCount; public float counter = 3; private void Start() { leaveText.text = ""...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine; using UnityEngine.Events; using Normal.Realtime; public class ModifyInteraction : MonoBehaviour { private string _prevInteraction; private InteractionSync _interactionSync; private RealtimeView _realtimeVie...
using UnityEngine; using System.Collections; using System; using System.Security; using System.IO; using System.Runtime.Serialization; using stSaveFileInfo = CSaveAndLoadTypes.stSaveFileInfo; [System.Serializable] public class CBahram_SALContainer : ISaveAndLoadContainer { #region Private fileds private...
using System; using Models; using UnityEngine; using UnityEngine.Assertions; using Views.Field; namespace Controllers.Scene { /// <summary> /// Базовый класс сцены, содержащей игровое поле. /// </summary> public abstract class FieldSceneControllerBase : SceneControllerBase { [SerializeFiel...
using gView.Framework.Data; using gView.Framework.Data.Metadata; using gView.Framework.FDB; using gView.Framework.Geometry; using gView.Framework.IO; using gView.Framework.system; using gView.Web.Framework.Web.Authorization; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Task...
using Common.Presentation.Controls; using SessionSettings; using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing; using System.Windows.Forms; namespace Common.Presentation { /// <summary> /// Base form for skinnable application forms. /// </summary> /// <remarks>Win32...
using System; using System.Diagnostics; namespace AgentR { internal static class Constants { public const string ClientRegisterHandlersMethod = "registerHandlers"; public const string HubRegisterHandlerMethod = "handeling"; public const string HubAcceptRequestMethod = "accept"; ...
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.IdentityModel.Tokens.Jwt; using System.Linq; using System.Security.Claims; using System.Text; using System.Threading.Tasks; using Cw3.DAL; using Cw3.DTOs.Requests; using Cw3.Models; using Microsoft.AspNetCore.Authorization; using...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TemplateMethodExample { class RedCar:ConceptClass { public override void Colors() { Console.WriteLine("Cor:Vermelha"); } } }
namespace ModelViewViewModel_Voorbeeld.Stap10 { class Persoon { public string Naam { get; set; } public string Geslacht { get; set; } public int Leeftijd { get; set; } public Persoon(string naam, string geslacht, int leeftijd) { this.Naam = naam; ...
using System.Collections.Generic; using System.Linq; using TheMapToScrum.Back.DAL.Entities; using TheMapToScrum.Back.DTO; namespace TheMapToScrum.Back.BLL.Mapping { internal static class MapDepartmentDTO { internal static DepartmentDTO ToDto(Department objet) { DepartmentDTO retour...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; namespace AracKiralama { public partial class WebForm2 : System.Web.UI.Page { database bgl = new database(); protected void Pa...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BusinessEntity { public class PerfilBE { public String IdPerfil { get; set; } public String NombrePerfil { get; set; } public PerfilBE() { IdP...
using System; using System.Collections.Generic; using System.IO; using System.Text; namespace VocabularyBuildingConsoleApp { public class Vocabulary { private Dictionary<string, string> vocabList = new Dictionary<string, string>(); private string fileName = "Vocabulary.txt"; public vo...
using System.Collections.Generic; using SimpleHttpServer.Models; using SimpleMVC.Attributes.Methods; using SimpleMVC.Controllers; using SimpleMVC.Interfaces; using SimpleMVC.Interfaces.Generic; using SoftUniStore.App.BindingModels; using SoftUniStore.App.Model; using SoftUniStore.App.Services; using SoftUniStore.App.U...
using System; using System.Linq; namespace _02.Permutations__iterative_ { class IterativePermutations { static int countOfPermutations = 1; static int[] arr, manipulatedArr; static void Main() { Console.Write("n = "); int n = int.Parse(Console.ReadLine()); arr = Enumerable.Range(1, n).ToArray(); ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; using NPOI.HSSF.UserModel; namespace PROnline.Controllers.Users { public class ImportResult { public const String SUCCESS="success"; public const String FAILURE="failure"; ...
using System.Linq; using System.Threading.Tasks; using SFA.DAS.CommitmentsV2.Shared.Interfaces; using SFA.DAS.ProviderCommitments.Infrastructure.OuterApi; using SFA.DAS.ProviderCommitments.Infrastructure.OuterApi.Requests.Apprentices.ChangeEmployer; using SFA.DAS.ProviderCommitments.Interfaces; using SFA.DAS.ProviderC...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ParticleInfo : MonoBehaviour { public Text particleText; public GameObject particleSelectedFill, particleDescription, ParticleToMole, MoleToParticle; public GameObject particleArrow; public bool sele...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Week35 { class Game { private static readonly int INITIAL_ATTEMPTS = 9; private static readonly int MAX = 9; private static readonly int MIN = 0; ...
///----------------------------------------------------------------- /// Class: Generics /// Description: Generics : All generics method for a object /// Author: Joachim Miens Date: 28/05/2017 /// E-mail : joachim.miens@gmail.com /// Notes: <Notes> /// R...
using System; using System.Collections.Generic; using Xamarin.Forms; namespace XamJam.Nav.Tab { public class SexyTabbedView : ContentView { private static readonly Color TabBackgroundColor = Color.White; private const double TabVerticalSpacing = 3; private readonly ContentView currentT...
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 Deveres { public partial class EditCreatedSubjectsForm : Form { string su...
namespace Tomelt.Layouts.ViewModels { public class TextEditorViewModel { public string Content { get; set; } } }
using gView.Framework.Carto; using gView.Framework.Data; using gView.Framework.Data.Cursors; using gView.Framework.Data.Filters; using gView.Framework.Geometry; using gView.Framework.IO; using gView.Framework.Snapping.Core; using gView.Framework.system; using gView.Framework.UI; using System; using System.Collections.G...
using System.Web.Mvc; namespace FIMMonitoring.Web.Controllers { [Auth(AppRoles = ApplicationRoles.Administrator)] public class HomeController : Controller { [Auth(AppRoles = ApplicationRoles.Administrator)] public ActionResult Index() { return RedirectToAction("Index", ...
using CI.HttpClient; using System.Web; using XLua; namespace CCS { public class Net { [LuaCallCSharp] public static void SendWeb(string kURL, string kJson) { __SendWeb(kURL, kJson); } [CSharpCallLua] public delegate int DServerWeb(string b); ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SignalrData.Models { public class StudentIDEvenArgs { public string StudentID { get; set; } } }
using OctoFX.Core.Model; namespace OctoFX.Core.Repository { public interface IExchangeRateRepository : IOctoFXRepository<ExchangeRate> { } public class ExchangeRateRepository : OctoFXRepository<ExchangeRate>, IExchangeRateRepository { public ExchangeRateRepository(OctoFXContext context) { Context = co...
using Capstone.Classes; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using System.IO; namespace CapstoneTests { [TestClass] public class VendingMachineTests { VendingMachine test = new VendingMachine(); [TestMe...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data; using System.Data.SqlClient; namespace Capa_de_Datos_ONG_SYS { public class CD_Productos { private Conexion_DB con = new Conexion_DB(); private SqlCommand coma...
namespace Titan.Account { public enum Result { Success, AlreadyLoggedInSomewhereElse, AccountBanned, TimedOut, SentryRequired, RateLimit, NoMatches, Code2FAWrong, NoGame, Unknown } }
namespace DgInitEFCore { public interface IShareYunSourseAppService { } }