コード例 #1
0
ファイル: frmServersList.cs プロジェクト: nicolnx/ZabbixTray
        public frmServersList(frmMain frm)
        {
            InitializeComponent();
            parentForm = frm;

            zabbixServersTable.Columns.Add("On", typeof(bool));
            zabbixServersTable.Columns.Add("Server Name", typeof(string));
            zabbixServersTable.Columns.Add("URL", typeof(string));

            initServersList();
        }
コード例 #2
0
ファイル: frmOptions.cs プロジェクト: wriley/ZabbixTray
 public frmOptions(frmMain frm)
 {
     InitializeComponent();
     parentForm = new frmMain();
     parentForm = frm;
 }
コード例 #3
0
 public frmNotifySettings(frmMain parentForm)
 {
     InitializeComponent();
     this.tbWavFileName.Text = wavFile;
     this.parentForm = parentForm;
 }
コード例 #4
0
ファイル: frmOptions.cs プロジェクト: zabbixcn/ZabbixTray
 public frmOptions(frmMain frm)
 {
     InitializeComponent();
     parentForm = new frmMain();
     parentForm = frm;
 }