示例#1
0
 private void FrmOpticMap_Load(object sender, EventArgs e)
 {
     Text = Miscellaneous.GetAssemblyTitle();
 }
示例#2
0
        public FrmOpticMap()
        {
            InitializeComponent();

            Icon = Miscellaneous.DefaultIcon();
        }