mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 21:34:11 +02:00
Renamed System.Collections.Generic to System.Collections
This commit is contained in:
parent
4cb9791845
commit
dbd9b32e3f
281 changed files with 368 additions and 341 deletions
|
@ -1,6 +1,6 @@
|
|||
using System;
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Collections;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Diagnostics;
|
||||
|
@ -14,7 +14,7 @@ namespace IDE
|
|||
{
|
||||
public class Program
|
||||
{
|
||||
//System.Collections.Generic.List<System.String> list;
|
||||
//System.Collections.List<System.String> list;
|
||||
static int32 Main(String[] args)
|
||||
{
|
||||
#if SMALLTEST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue