Example #1
0
 private void Textboxes_LeftTop_Enabled()
 {
     readStruct(IpCalculator.Textboxes_Enabled(writeStruct(Textbox_FieldType.IP_ADDRESSBLOCK)));
     readStruct(IpCalculator.Textboxes_Enabled(writeStruct(Textbox_FieldType.SUBNETMASK_LONG)));
     readStruct(IpCalculator.Textboxes_Enabled(writeStruct(Textbox_FieldType.SUBNETMASK_SHORT)));
     Textboxes_LeftTop_Brush(ColourCodes.WHITE);
     Subnet_ipv4_Left_Top.Background.Opacity = 0;
 }
Example #2
0
 private void Textboxes_LeftBottom_Enabled()
 {
     readStruct(IpCalculator.Textboxes_Enabled(writeStruct(Textbox_FieldType.NEW_SUBNETMASK_LONG)));
     readStruct(IpCalculator.Textboxes_Enabled(writeStruct(Textbox_FieldType.DESIRED_SUBNETNO)));
     readStruct(IpCalculator.Textboxes_Enabled(writeStruct(Textbox_FieldType.DESIRED_HOSTNO)));
     readStruct(IpCalculator.Textboxes_Enabled(writeStruct(Textbox_FieldType.NEW_SUBNETMASK_SHORT)));
     Textboxes_LeftBottom_Brush(ColourCodes.WHITE);
     Subnet_ipv4_Left_Bottom.Background.Opacity = 0;
 }