예제 #1
0
파일: Struct12.cs 프로젝트: uwx/Open-GHTCP
 public static bool smethod_0(Struct12 struct120, Struct12 struct121)
 {
     return(struct120.Double0 == struct121.Double0 && struct120.Double1 == struct121.Double1);
 }
예제 #2
0
파일: Struct12.cs 프로젝트: uwx/Open-GHTCP
 public Struct12(Struct12 struct120)
 {
     Double0 = struct120.Double0;
     Double1 = struct120.Double1;
 }