private void Textboxes_LeftTop_Disabled() { readStruct(IpCalculator.Textboxes_Disabled(writeStruct(Textbox_FieldType.IP_ADDRESSBLOCK))); readStruct(IpCalculator.Textboxes_Disabled(writeStruct(Textbox_FieldType.SUBNETMASK_LONG))); readStruct(IpCalculator.Textboxes_Disabled(writeStruct(Textbox_FieldType.SUBNETMASK_SHORT))); Textboxes_LeftTop_Brush(ColourCodes.GRAY); Subnet_ipv4_Left_Top.Background.Opacity = 0.3; }
private void Textboxes_LeftBottom_Disabled() { readStruct(IpCalculator.Textboxes_Disabled(writeStruct(Textbox_FieldType.NEW_SUBNETMASK_LONG))); readStruct(IpCalculator.Textboxes_Disabled(writeStruct(Textbox_FieldType.DESIRED_SUBNETNO))); readStruct(IpCalculator.Textboxes_Disabled(writeStruct(Textbox_FieldType.DESIRED_HOSTNO))); readStruct(IpCalculator.Textboxes_Disabled(writeStruct(Textbox_FieldType.NEW_SUBNETMASK_SHORT))); Textboxes_LeftBottom_Brush(ColourCodes.GRAY); Subnet_ipv4_Left_Bottom.Background.Opacity = 0.3; }