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

            Icon = Miscellaneous.DefaultIcon();
        }