update build
This commit is contained in:
parent
b5c8506d05
commit
f2f5111937
@ -50,14 +50,14 @@ namespace WindowsFormsApplication1
|
||||
private void computeButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
// Define variables
|
||||
int decimalNum = 0, hexNum = 0, binNum = 0, octalNum = 0;
|
||||
long decimalNum = 0, hexNum = 0, binNum = 0, octalNum = 0;
|
||||
|
||||
try
|
||||
{ // Extract data from text boxes.
|
||||
decimalNum = int.Parse(decimalTextBox.Text);
|
||||
hexNum = Convert.ToInt32(hexTextBox.Text, 16);
|
||||
binNum = Convert.ToInt32(binaryTextBox.Text, 2);
|
||||
octalNum = Convert.ToInt32(octalTextBox.Text, 8);
|
||||
decimalNum = long.Parse(decimalTextBox.Text);
|
||||
hexNum = Convert.ToInt64(hexTextBox.Text, 16);
|
||||
binNum = Convert.ToInt64(binaryTextBox.Text, 2);
|
||||
octalNum = Convert.ToInt64(octalTextBox.Text, 8);
|
||||
}
|
||||
catch (Exception Ex)
|
||||
{
|
||||
|
@ -11,7 +11,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
|
||||
<dsig:DigestValue>93zBT3o8wWNZMCBHfZaFO8Z9hZA=</dsig:DigestValue>
|
||||
<dsig:DigestValue>3dqbcnErlETMNEPKXocizgbkeJg=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
Binary file not shown.
@ -59,7 +59,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
|
||||
<dsig:DigestValue>fwvANdB/IzKyhiPwY6dJHMx++YQ=</dsig:DigestValue>
|
||||
<dsig:DigestValue>Spgnzyl+ukLraJkMB4OlEK1+Jcw=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
Binary file not shown.
@ -11,7 +11,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
|
||||
<dsig:DigestValue>93zBT3o8wWNZMCBHfZaFO8Z9hZA=</dsig:DigestValue>
|
||||
<dsig:DigestValue>3dqbcnErlETMNEPKXocizgbkeJg=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
Binary file not shown.
@ -59,7 +59,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
|
||||
<dsig:DigestValue>fwvANdB/IzKyhiPwY6dJHMx++YQ=</dsig:DigestValue>
|
||||
<dsig:DigestValue>Spgnzyl+ukLraJkMB4OlEK1+Jcw=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user