UctFrmParameterSet.xaml 703 B

1234567891011121314
  1. <wpfcontrol:BaseUctFrm
  2. xmlns:wpfcontrol="clr-namespace:SCADA.CommonCtrl.WpfControl;assembly=SCADA.CommonCtrl"
  3. x:Class="SCADA_DAQ.Customer.UctFrmParameterSet"
  4. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  5. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  6. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  7. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  8. xmlns:local="clr-namespace:SCADA_DAQ.Customer"
  9. mc:Ignorable="d"
  10. d:DesignHeight="450" d:DesignWidth="800">
  11. <Grid>
  12. </Grid>
  13. </wpfcontrol:BaseUctFrm>