private void FrmOpticMap_Load(object sender, EventArgs e) { Text = Miscellaneous.GetAssemblyTitle(); }
public FrmOpticMap() { InitializeComponent(); Icon = Miscellaneous.DefaultIcon(); }