感觉应该有更优雅的方式来编写这段代码?
try
{
if (InfrastructureComboBoxT32.Items[0] == null){}
}
catch
{
// Load data into the combobox
}
使用 Silverlight5
感觉应该有更优雅的方式来编写这段代码?
try
{
if (InfrastructureComboBoxT32.Items[0] == null){}
}
catch
{
// Load data into the combobox
}
使用 Silverlight5