public Register_Manager(String Ip_Addr , Main_Form MF) { InitializeComponent(); this.Ip_Addr = Ip_Addr; this.MF = MF; this.Text = "注册表管理 - On : " + this.Ip_Addr; }
public Process_Manager(String Ip , Main_Form MF) { InitializeComponent(); this.Ip = Ip; this.MF = MF; this.Text = "进程管理 - " + this.Ip; ; }
public Command_Manager(String Ip_Addr ,Main_Form MF) { InitializeComponent(); this.Ip_Addr = Ip_Addr; this.MF = MF; this.Text = "超级终端管理 On - " + this.Ip_Addr; }
public Remote_Manager(String Ip , Main_Form MF) { InitializeComponent(); this.Ip = Ip; this.MF = MF; this.panel1.AutoSize = true; this.Remote_Desktop.SizeMode = PictureBoxSizeMode.AutoSize; }
public File_Manager(String FTilte , Socket Customer_Socket , Main_Form MF) { InitializeComponent(); this.Customer_Socket = Customer_Socket; this.MF = MF; this.Text = "文件管理 - " + FTilte; this.Customer_IP = FTilte; }
public Service_Manager(String Ip , Main_Form MF) { InitializeComponent(); this.Ip = Ip; this.MF = MF; }
public Service_Manager(String Ip, Main_Form MF) { InitializeComponent(); this.Ip = Ip; this.MF = MF; }