示例#1
0
 static GuiContentEventArgs()
 {
     Empty = new GuiContentEventArgs(null, null);
 }
示例#2
0
 public GuiLayoutEventArgs(GuiContentEventArgs guiContentEventArgs)
 {
     GuiContentEventArgs = guiContentEventArgs;
 }