static GuiContentEventArgs() { Empty = new GuiContentEventArgs(null, null); }
public GuiLayoutEventArgs(GuiContentEventArgs guiContentEventArgs) { GuiContentEventArgs = guiContentEventArgs; }