示例#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));
 }