mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixing warnings.
This commit is contained in:
@@ -24,9 +24,8 @@ namespace UICatalog {
|
|||||||
return Convert (amount_int) + " Point " + Convert (amount_dec) + " Only.";
|
return Convert (amount_int) + " Point " + Convert (amount_dec) + " Only.";
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// TODO: handle exception
|
throw new ArgumentOutOfRangeException (e.Message);
|
||||||
}
|
}
|
||||||
return "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String Convert (Int64 i)
|
public static String Convert (Int64 i)
|
||||||
|
|||||||
Reference in New Issue
Block a user