Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
services
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public Program(out DataService dataService){ } public void Foo(){ dataService.Method(); } public static void Main(string[] args) { //Your code goes here new Program().Foo(); } } public class DataService{ public void Method(){ Console.WriteLine("Method()"); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Timer2
Fibonacci and finding nth fibo number
Try/catch behavior
DijkstraAlgo
Delegate & anonymous method
Main
5
Salario
Collections
Modulul 3, Exerciţiul 2 – Crearea şi utilizarea unui tip struct
Please log in to post a comment.