예제 #1
0
파일: log.cs 프로젝트: RyogaMasaki/dumpster
 public uint Open(OutputMethod OutMethd)
 {
     var newlog = new LogOut_Method(OutMethd);
     return this.add(newlog);
 }
예제 #2
0
파일: log.cs 프로젝트: drojaazu/dumpster
        public uint Open(OutputMethod OutMethd)
        {
            var newlog = new LogOut_Method(OutMethd);

            return(this.add(newlog));
        }