コード例 #1
0
 public UISystemStatus(BussinessLogic.StatusType stType)
 {
     this.InitializeComponent();
     this.OriginalStatus = stType;
     this.statusType     = stType;
 }
コード例 #2
0
 public UISystemStatus(BussinessLogic.StatusType stType)
 {
     this.InitializeComponent();
     this.OriginalStatus = stType;
     this.statusType = stType;
 }