예제 #1
0
 public static IupHandle Dialog(IupHandle child)
 {
     return(IupHandle.Create(NativeIUP.IupDialog(IupHandle.GetCHandle(child))));
 }