10000 GitHub - Faboor/Pythagoras: Basic trigonometry calculator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Faboor/Pythagoras

Repository files navigation

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace Pytagoras
{
    public partial class Licence : Form
    {
        public Licence()
        {
            InitializeComponent();
            textBox1.Select(0,0);
        }

        private void buttonZatvoriť_Click(object sender, EventArgs e)
        {
            this.Dispose();
        }
    }
}

About

Basic trigonometry calculator

License

Unknown, Unknown licenses found

Licenses found

Unknown
Licence.cs
Unknown
Licence.resx

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0