예제 #1
0
 public Typa_I GetTypa(Typed_I typedObject)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: X.cs 프로젝트: E01D/Base
 public static Typa_I GetTypa(Typed_I typedObject)
 {
     return(Api.GetTypa(typedObject));
 }