Beispiel #1
0
 public uint Open(OutputMethod OutMethd)
 {
     var newlog = new LogOut_Method(OutMethd);
     return this.add(newlog);
 }
Beispiel #2
0
        public uint Open(OutputMethod OutMethd)
        {
            var newlog = new LogOut_Method(OutMethd);

            return(this.add(newlog));
        }