예제 #1
0
파일: Heart.cs 프로젝트: Mexahoid/CSF
 private static XElement Sucker(string Name, string Disc, string StudNum, string DiscName)
 {
     LinqInit Idiot = new LinqInit(Name, Disc, StudNum, DiscName);
       return Idiot.LinqExec();
 }
예제 #2
0
파일: Heart.cs 프로젝트: Mexahoid/CSF
 private static XElement Sucker(string Name, string Disc)
 {
     LinqInit Idiot = new LinqInit(Name, Disc);
       return Idiot.LinqExec();
 }