Skip to content

Commit

Permalink
var1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-mai authored Jan 5, 2022
1 parent 2cf8024 commit 288e6f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aup_data/Form1.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
Expand Down Expand Up @@ -27,7 +27,8 @@ public Form1()

private void Form1_Load(object sender, EventArgs e)
{

//デフォでスイッチはTrue
metroSetSwitch1.Switched = true;
}

private const string Pattern = @"<s\d*,([^,>]+)(,[BI]*)?>";
Expand Down

0 comments on commit 288e6f6

Please sign in to comment.