Added Toto example
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -26,9 +26,6 @@ namespace ConsoleApp1
|
||||
kuldo.transactions.Add(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class Account{
|
||||
@@ -40,7 +37,6 @@ namespace ConsoleApp1
|
||||
public int egyenleg;
|
||||
public List<Transaction> transactions = new List<Transaction>();
|
||||
|
||||
|
||||
}
|
||||
internal class Program
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user