using System.IO.Compression;
#pragma warning disable 414, 3021
namespace MyApplication
{
[Obsolete("...")]
class Program : IInterface
{
public static List<int> JustDoIt(int count)
{
Console.WriteLine($"Hello {Name}!");
return new List<int>(new int[] { 1, 2, 3 })
}
}
}
'취미 > Soft' 카테고리의 다른 글
피씨가 또 몹쓸놈이 되어 (0) | 2019.10.27 |
---|---|
Tor browser 게시판 추천수 조작법 (0) | 2019.09.14 |
[엑셀,VB] 엑셀 초단위 세이브하는 프로그램 수정판 (0) | 2015.08.25 |
[엑셀,VB] 엑셀 초단위로 세이브 해나가는 잘잘한 프로그램 (0) | 2015.08.23 |
[Snagit] 스케쥴드 캡쳐 기능, DDE 엑셀 캡쳐 (0) | 2015.08.20 |
댓글