예제 #1
0
 public PlayForm(CLIENTINFO clientinfo, int iRealChannel, NVS_FILE_TIME Starttime, NVS_FILE_TIME EndTime, BaseForm parentfrm)
     : base(parentfrm)
 {
     InitializeComponent();
     m_iDownloadType = 1;
     m_ClientInfo    = clientinfo;
     m_iRealChannel  = iRealChannel;
     m_begintime     = Starttime;
     m_endtime       = EndTime;
 }
예제 #2
0
 public void AddSubForm(BaseForm _OneForm)
 {
     m_lNotifyList.Add(_OneForm);
 }