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