コード例 #1
0
 public static void ShowStandard(PopupItem topitem)
 {
     topitem.Closed += StandardView_Closed;
     topitem.Close();
 }